@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
color: #333333;
font-family: "Fira Sans", sans-serif;
font-style: normal;
font-weight: 500;
}
html {
scroll-behavior: smooth;
font-size: 100%;
}
a {
text-decoration: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
transform: translate(0%);
color:#02a6d6;
}
:focus {
outline: -webkit-focus-ring-color auto 0px;
}
a:hover {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-family: "Fira Sans", sans-serif;
color: #002839;
font-weight: bold;
font-style: normal;
margin-bottom: 1rem;
}
p {
margin: 0;
font-family: "Fira Sans", sans-serif;
font-style: normal;
font-weight: normal;
margin-bottom: 1rem;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
ul li {
margin: 0;
padding: 0;
font-family: "Fira Sans", sans-serif;
font-style: normal;
outline: none;
border: none;
}
ul li:focus {
outline: none;
border: none;
}
.padd {
padding: 4rem 0px;
}
span {
font-family: "Fira Sans", sans-serif;
}
.sticky-header {
top: 0 !important;
z-index: 999 !important;
width: 100% !important;
left: 0 !important;
right: 0 !important;
margin: auto !important;
background: #fff !important;
}
ul.navbar-nav li ul.dropdown-menu li {
padding-left: 0 !important;
padding-right: 0 !important;
}
/***********/
.header {
padding: 20px 0;
background: #f3f3f3;
}
.headerinfo-hldr {
display: flex;
align-items: center;
justify-content: end;
gap: 30px;
height: 100%;
}
.info-details {
display: flex;
align-items: center;
gap: 10px;
}
.info-txt h6 {
margin-bottom: 6px;
}
.info-txt a {
margin: 0;
color: #5a5a5a;
}
.header-btn {
padding: 15px 25px;
background: #00496c;
color: #fff;
font-weight: 400;
border-radius: 5px;
}
.header-btn:hover {
background: #00344d;
color: #fff;
}
.navbar {
width: 100%;
padding: 20px 0;
display: flex;
background: #fff;
box-shadow: 0px 12px 20px 0px #0000001f;
transition: all ease-in-out 0.5s;
}
.container-fluid {
padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
color: #425563;
font-weight: 600;
font-size: 18px;
padding: 10px 15px;
transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
color: #1099bf;
border: 0;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
color: #1099bf;
}


.social-nav {
display: flex;
align-items: center;
justify-content: end;
gap: 10px;
}
.social-nav li a {
width: 39px;
height: 39px;
display: inline-block;
text-align: center;
align-items: center;
padding: 6px;
border-radius: 50%;
border: 1px solid #666666;
}
.mobilelogo, .mobile-contact{display: none;}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}
.navbar-expand-lg .navbar-nav{position: relative;}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 845px;
    top: 40px;
    left: 0;
}
.dropdown-menu{padding: 0;}
.dropdown-menu .dropdown-item:hover{background: #0000;color:#1099bf;}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.navbar-light .navbar-nav .nav-link.active .dropdown-menu li a.dropdown-item.active, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav span.nav-link.active .my-dropdown-link, 
.navbar-light .navbar-nav .show > .nav-link a{
  color: #1099bf;
}
.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    color: #1099bf;
    border: 0;
}
.navbar-expand-lg .navbar-nav .nav-link a{
  color: #425563;
      font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active{background: #0000;color: #1099bf;}

/************************/
.wraper-banner {
position: relative;
width: 100%;
overflow: hidden;
}
.banner-content {
/*background: url(../images/BannerBG.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;*/
padding: 60px 0;
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
z-index: 1;
background: rgba(0, 73, 108, 0.8);
width: 100%;
display: flex;
align-items: center;
}
.w100{width: 100%;}
.bannercontent-inner {
width: 50%;
}
#bannerslider .carousel-item{overflow: hidden;}
#bannerslider .carousel-control-prev {
left: 25px;
}
#bannerslider .carousel-control-next {
right: 25px;
}
.carousel-control-next,
.carousel-control-prev {
width: 1%;
opacity: 1;
}
.carousel-control-next i,
.carousel-control-prev i {
padding: 9px;
background: #fff;
color: #00496c;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 24px;
}
.carousel-control-next i:hover,
.carousel-control-prev i:hover {
padding: 9px;
background: #02a6d6;
color: #fff;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 24px;
}
.banner-content h1 {
color: #fff;
font-size: 50px;
font-weight: 700;
}
.banner-content p {
color: #fff;
font-size: 18px;
padding-top: 0;
}
.banner-content h4 span {
color: #00bbee;
font-weight: 600;
}
.banner-content h4 {
color: #fff;
font-size: 25px;
font-weight: 600;
margin-bottom: 1.4rem;
}
.btn-banner a {
font-size: 16px;
color: #fff;
font-weight: 600;
padding: 10px 15px;
display: inline-block;
border-radius: 3px;
margin: 10px 10px 0 0;
}
.btn-banner a.bg-ora {
background: #02a6d6;
border: 2px solid #02a6d6;
}
.btn-banner a.bg-darkblue {
background: transparent;
border: 2px solid #fff;
}
.btn-banner a i {
color: #fff;
padding-left: 10px;
}
/******************************/
.wraper-manufacturing {
position: relative;
padding: 110px 0;
overflow: hidden;
}

.pxm1{padding: 70px 0;}
.wraper-manufacturing h2,
.title-soft h2,
.wraper-power h2,
.testimonial-cn h2,
.wraper-business h2 {
font-size: 40px;
}
.wraper-manufacturing p,
.wraper-power p {
font-size: 18px;
color: #5a5a5a;
}
.spanceleft{
  padding-left: 50px;
}
.video-hldr{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
}
.video-hldr iframe, 
.video-hldr object, 
.video-hldr embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
}
/************ERP Software******************/
.wraper-software {
text-align: center;
padding: 90px 0 110px ;
background: url(../images/emaxeraBg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
.title-soft h2 {
padding-bottom: 0;
margin-bottom: 0;
}
.title-soft p {
color: #017fa0;
font-size: 34px;
padding-top: 0;
font-weight: 600;
}
.list-software {
display: flex;
justify-content: center;
align-items: center;
margin-top: 50px;
}
.list-software li {
border-radius: 20px;
margin: 10px;
background: #eb5049;
box-shadow: 0px 10px 10px 0px #00000042;
width: 100%;
height: 150px;
}
.list-software li img{
max-width: 60px;
}
.list-software h4 {
color: #fff;
font-size: 16px;
margin: 0;
}
.list-software li:nth-of-type(2) {
background: #ea8b1d;
}
.list-software li:nth-of-type(3) {
background: #f2c500;
}
.list-software li:nth-of-type(4) {
background: #a667bf;
}
.list-software li:nth-of-type(5) {
background: #41a1e1;
}
.list-software li:nth-of-type(6) {
background: #34cf7a;
}
.list-software li:nth-of-type(7) {
background: #475b6f;
}
.functions-pro-rang li:nth-of-type(5){background: #34cf7a;}
.functions-pro-rang li:nth-of-type(6){background: #475b6f;}

.title-soft img{margin-bottom: 20px;}
/******************************************/
.wraper-power {
width: 100%;
padding: 40px 0;
background-image: linear-gradient(to right, #ededed , #fff);
position: relative;
margin-top: 30px;
}
.wraper-power p {
padding-top: 0;
color: #5a5a5a;
}
.wraper-power p span{
color: #02a6d6;
}
.power-rht{
position: relative;
}
.power-rht .poseab{
  position: absolute;
    width: 310px;
    top: -110px;
    right: 0;
    left: 60px;
    margin: auto;
}
/*.power-content::before{
content: "";
position: absolute;
background: url(../images/power-eff.png);
background-repeat: no-repeat;
right: 10%;
bottom: 0px;
width: 320px;
height: 260px;
background-size: 100%;
}*/
.power-rht .btn-banner{
text-align: right;
}
.power-rht .btn-banner .bg-darkblue{
background: #012a3c;
border: 1px solid #012a3c;
}
/* POWER******************************** */
/* BENEFITS******************************** */
.wraper-benefit{
  padding:100px 0;
}
.homepower .power-rht .btn-banner{text-align: center;}
.homepower .power-rht .poseab{
  top: -106px;
  left: 0;
}
.wraper-power h2{
  font-size: 38px;
}
.homepower h2{
  font-size: 42px;
}
.benefits-hldr{
display: flex;
align-items: stretch;
justify-content: center;
flex-wrap: wrap;
gap: 40px;
padding: 30px 0 60px;
}
.benefit-content {
width: 100%;
height: 394px;
border: 1px solid #9d9d9d;
background: #fff;
-webkit-box-shadow: 0px 15px 20px 0px #9d9d9d96;
-moz-box-shadow: 0px 15px 20px 0px #9d9d9d96;
box-shadow: 0px 15px 20px 0px #9d9d9d96;
border-radius: 15px;
padding: 40px 20px;
display: flex;
flex-direction: column;
align-items: start;
margin-top: 50px;
}
.benefit-content h4 {
color: #017fa0;
font-size: 25px;
}
.benefit-content p,
.wraper-business p {
color: #5a5a5a;
font-size: 18px;
padding-top: 0;
}
.morecontent span{
  color: #5a5a5a;
font-size: 18px;
font-weight: normal;
}
.benefit-content img {
max-width: 90px ;
height: 72px;
margin-bottom: 20px;
}
.benefitboxbtn{
color: #012a3c;
margin-top: auto;
}
.benefitboxbtn:hover{
color: #012a3c;
}
.benefitboxbtn i{
color: #00496c;
padding-left: 10px;
}
.btn-benefits a {
display: inline-block;
padding: 10px 30px;
color: #fff;
font-size: 17px;
border-radius:3px;
background: #012a3c;
font-weight: 600;
}
.btn-benefits a i{
color: #fff;
padding-left: 10px;
}
#benefit.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
position: absolute;
bottom: -100px;
left: 0;
right: 0;
}
#benefit .owl-item{padding: 0 30px !important;}
/**************************/
.wraper-testimonials{
padding: 60px 0;
}
.testimonials-img {
position: relative;
}
.testimonials-img img {
width: 100%;
border-radius: 15px;
}
.testimonials-img:after {
content: "";
width: 80px;
height: 80px;
position: absolute;
top: 21px;
right: -50px;
background: url(../images/queto.png) no-repeat center #fff;
background-size: 40px;
box-shadow: 0px 0px 15px #747474;
border-radius: 100px;
line-height: 100px;
border: 1px solid #017fa0;
z-index: 9;
}
.testimonial-cn {
text-align: center;
padding: 0 36px;
}
.testimonial-cn p {
color: #707070;
font-size: 21px;
padding-top: 0;
}
.testimonial-cn h4 {
color: #000;
font-size: 28px;
padding: 0;
font-style: italic;
margin-bottom: 0;
font-weight: 600;
}
.testimonial-cn h5 {
color: #707070;
font-size: 22px;
font-weight: normal;
padding-top: 5px;
}
.stars {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.stars img{
max-width: 20px;
}

.testivid{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    /*overflow: hidden;*/
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
}
  .round-tag{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  border: dotted 1px #5c97f6;
  position: absolute;
  right: -40px;
  top: 25px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .round-tag img{
  width: 50%;
 }
.testivid iframe, 
.testivid object, 
.testivid embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
}
#testimonials .owl-nav .owl-prev,
#testimonials .owl-nav .owl-next {
width: 26px;
border-radius: 100px;
background: #000;
height: 26px;
line-height: 0px;
}
#testimonials .owl-nav .owl-prev i,
#testimonials .owl-nav .owl-next i {
color: #fff;
}
#testimonials .owl-nav .owl-prev {
float: left;
margin-left:0px;
}
#testimonials .owl-nav .owl-next {
float: right;
margin-right:0px;
}
#testimonials .owl-nav {
position: absolute;
left: 0;
right: 0;
top: 40%;
z-index: 1;
}
/* TESTIMONIALS */
/* BUSINESS */
.business-content{
position: relative;
padding: 60px 0;
}
.business-content img{
max-width: 75%;
}
.blue-btn{
background: #012a3c;
}
/* BUSINESS */
.home-blogs {
text-align: left;
margin-top: 50px;
}
.home-blogs img {
width: 100%;
height: 250px;
object-fit: cover;
border-radius: 15px;
}
.home-blogs time {
color: #000;
font-weight: 500;
padding-top: 15px;
display: inline-block;
font-size: 15px;
margin-bottom: 10px;
}
.home-blogs h4 {
color: #000;
font-size: 20px;
}
.home-blogs p {
color: #000;
font-size: 15px;
padding-top: 0;
}
.btnblgs a {
display: inline-block;
color: #fff;
background: #012a3c;
padding: 10px 20px;
border-radius: 5px;
margin-top: 20px;
font-weight: 500;
font-size: 14px;
}
/* BLOGS*********** */
.wraper-work{
padding: 60px 0;
}
.work-association {
margin-top: 50px;
}
.work-association li {
display: inline-block;
}
.work-association li {
box-shadow: -1px 5px 13px -3px rgba(0,0,0,0.46);
-webkit-box-shadow: -1px 5px 13px -3px rgba(0,0,0,0.46);
-moz-box-shadow: -1px 5px 13px -3px rgba(0,0,0,0.46);
margin: 10px;
padding: 14px;
}
.work-association li img {
width: 185px;
}
.wraper-get {
background: #ededed;
padding: 60px 0;
}
/***************************/
.footer {
padding-bottom: 0;
background: url(../images/footer-bg.png);
background-color: #004771;
background-repeat: no-repeat;
background-position-x: right;
background-position-y: 30px;
background-size: 45% ;
}
.max-search {
padding: 50px 0;
/*border-bottom: 2px solid #6297b7;*/
}
.search-box {
width: 40%;
}
.inputser {
padding: 10px;
padding-left: 20px;
height: auto;
border-radius: 5px !important;
background: transparent;
border: 3px solid #fff;
margin-right: 15px;
font-size: 14px;
}
.inputser::placeholder{color: #b2dcf5;}
.btnsend {
padding: 10px 50px;
background: #0b99b8;
border-radius: 5px !important;
border: none;
color: #fff;
font-size: 18px;
font-weight: 500;
}
.infomation-maix li {
color: #fff;
font-size: 18px;
padding: 15px 0;
position: relative;
padding-left: 27px;
font-weight: 400;
}
.infomation-maix li a{color: #fff;}
.infomation-maix i {
color: #0a9ab9;
position: absolute;
left: 0;
top: 20px;
}
.footer-midsec {
padding: 30px 0;
}
.footer-social {
display: flex;
align-items: center;
gap: 20px;
margin-top: 20px;
margin-left: 30px;
}
.footer-social img {
max-width: 24px;
filter: brightness(100);
}
.fas.fa-phone {
transform: rotatey(180deg);
}
.footer-quicklinks {
padding: 15px 20px 0;
}
.footer-quicklinks h5 {
padding: 0;
color: #fff;
font-size: 22px;
font-weight: 500;
margin-bottom: 25px;
}
.footer-links li {
margin: 5px 0;
}
.footer-links li a {
text-decoration: none;
color: #fff;
font-size: 18px;
font-weight: 400;
}
.footer-links li a:hover {
color: #02a6d6;
}
.tweet-img img {
max-width: 100%;
}
.footer-bot {
border-top: 2px solid #6297b7;
display: flex;
align-items: center;
justify-content: center;
padding: 30px 0;
}
.footer-bot p {
margin: 0;
color: #fff;
padding: 0 10px;
line-height: 1;
}
.bordr {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
padding: 10px;
}
/*backto-top strat*/
#backto-top {
display: inline-block;
background-color: #02a6d6;
width: 40px;
height: 40px;
line-height: 35px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 20px;
right: 20px;
transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
opacity: 0;
visibility: hidden;
z-index: 1;
text-decoration: none !important;
}
#backto-top:hover {
cursor: pointer;
background-color: #000;
}
#backto-top:active {
background-color: #000;
}
#backto-top.show {
opacity: 1;
visibility: visible;
}
#backto-top img {
width: 50%;
}

/*sujoy 02.21.2021 start */
.bg-1{background:#f1f7f7;}
.inner-baner-sec img{height:450px; object-fit: cover; object-position:center;}
.inner-baner-sec .banner-content{ padding:20px 0; }
.wraper-manufacturing.development-sec{ padding:50px 0; }
.development-sec h4{color: #017fa0; font-size: 25px;}
.border-radius{border-radius:25px;}
.wraper-software.team-sec{background-size:100% 600px;}
.team-tab{box-shadow: -1px 5px 13px -3px rgba(0,0,0,0.46);
-webkit-box-shadow: -1px 5px 13px -3px rgba(0,0,0,0.46);
-moz-box-shadow: -1px 5px 13px -3px rgba(0,0,0,0.46);}
.team-tab .nav-tabs{border-bottom:none;}
.team-tab .nav-tabs li{ text-align:center; width:20%; }
.team-tab .nav-tabs .nav-link{display:block; font-size:18px; color:#017fa0; line-height:20px; font-weight:600; width:100%; border:1px solid #f1f7f7; background:#f1f7f7; padding:10px;}
.team-tab .nav-tabs .nav-link.active{color:#000; background:#fff;}
.team-tab .tab-content{ padding:15px 10px 5px; }
.team-content h4{font-size:18px; color:#050505; line-height:20px; font-weight:600; margin:15px 0 10px;}
.team-content p{line-height:1rem;}
.wraper-power2{padding: 70px 0;}
.wraper-power2 h2{ margin-bottom:0; }
.events-sec .benefit-content{ border:none; border-radius:3px; align-items:center;}
.events-sec .benefit-content h4 strong{ display:block; color:#017fa0; }
.events-sec .benefit-content h6 strong{ padding-left:22px; background:url(../images/date-icon1.png) no-repeat left center / 16px auto; }
.events-sec .benefit-content img{ max-width:100%; }

/********06/12/21***********/
.wraper-power2 .power-rht .poseab{
 width: 315px;
    top: -110px;
}
.wraper-power2 h2{
  font-size: 40px;
}
.image-shadow{
  width: 97%;
  display: inline-block;
  background: #cbd1e4;
  border-radius: 25px;
  box-shadow: 0px 10px 38px -14px #000; 
}
.image-shadow img{
  width: 100%;
  border-radius: 25px;
}
.image-shadow2{
  text-align: center;
}
.image-shadow2 img {
    width: 66%;
}
.sectionafter:after{
  display: none;
}

.feature-manuf .benefit-content {
    width:100%;
    height: 286px;
    border: 1px solid #9d9d9d;
    background: #fff;
    -webkit-box-shadow: 0px 15px 20px 0px #9d9d9d96;
    -moz-box-shadow: 0px 15px 20px 0px #9d9d9d96;
    box-shadow: 0px 15px 20px 0px #9d9d9d96;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: left;
    margin-top: 30px;
  }
  .feature-manuf .benefit-content h4 {
    color: #017fa0;
    font-size: 25px;
}
.feature-manuf .benefit-content p {
    color: #5a5a5a;
    font-size: 16px;
    padding-top: 0;
  }
.castudy-main{
   width:100%;
    height: auto;
    background: #fff;
    border: 2px solid #9d9d9d59;
    -webkit-box-shadow: 0px 12px 18px 0px #9d9d9d96;
    -moz-box-shadow: 0px 12px 18px 0px #9d9d9d96;
    box-shadow: 0px 12px 18px 0px #9d9d9d96;
    padding: 40px;
    margin-top: 20px;
}
.castudy-main h2{
  font-size: 28px;
}
.castudy-main p{
  font-size: 18px;
}
.wraper-glance{
  padding: 70px 0;
}
.glace-list li{
  display:block;
  padding: 0 10px;
  padding-left: 23px;
  list-style-type: circle;
  font-size: 18px;
  position: relative;
  color: #5a5a5a;
  text-align: left;
}
.glace-list li:after{
  content: '';
  width: 9px;
  height: 9px;
  border: 2px solid #3c5376;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 100px;
}
.wraper-customrs,
.wraper-action,
.wraper-comp-manu{
  padding: 70px 0;
}
.bg-blues{
  background: #f1f7f7;
}
.in-form{
  padding: 15px;
}
.inf-clnt{
  width: 100%;
  font-size: 16px;
  padding:12px 10px;
  height: auto;
  border: none;
  border-radius: 0;
}
.btn-submits{
  display: inline-block;
  padding: 10px 20px;
  background: #012a3c;
  color: #fff;
  border: none;
  margin-top: 20px;
}
.btn-submits i{
  color: #fff;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #0000;
    outline: 0;
    box-shadow: 0 0 0 0rem #0000;
}
.mt-10{
  margin-top: 100px;
}
.image-shadow3{
  width: 70%;
}
.wraper-feature-manuf{
  padding: 70px 0;
}
.wraper-feature-manuf .benefit-content{
  width: 100%;
  margin-top: 50px;
}
.wraper-sectionafter{
  padding: 70px 0;
}

.wraper-sectionafter p {
    font-size: 18px;
    color: #5a5a5a;
}
.title-soft h5{
  color: #464646;
}
.text-clr{
  text-align: left;
  margin: 50px 0;
  padding-right: 30px;
}
.text-clr h4{
  color: #017f9e;
}
#testimonials.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 30px;
}
.shadowbox{
  width: 100%;
  height:400px;
  overflow: hidden;
  margin: 50px 0;
}
.shadowbox,
.shadowbox img {
  border-radius: 25px;
}
.col-md-6.order-md-2 .text-clr{
  padding-left: 30px;
  padding-right: 0;
}
.wraper-hundred{
  padding-bottom: 70px;
}
.wraper-hundred .home-blogs h4{
  padding-top: 15px;
}
.wraper-hundred .home-blogs p{
  color: #5a5a5a;
}
.maix-approach{
  margin-top: 50px;
}
.maix-approach .title-soft h5{
  padding-top: 10px;
  font-weight: normal;
}
.maix-approach .benefit-content {text-align: left;}
.maix-approach .benefit-content p{
  padding-top: 15px;
}
.wraper-video-provi .video-hldr{
  margin-top: 50px;
}
.wraper-contact-us{padding: 70px 0;}
.w-50-l{
  width: 48%;
  float: left;
}
.w-50-r{
  width: 48%;
  float: right;
}
.location-tab{
  width: 447px;
  background: #fff;
  box-shadow: 0px 0px 20px -5px #ccc;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin: 50px auto;
  overflow: hidden;
}
.location-tab li{
  border-right: 1px solid #ccc;
}
.location-tab.nav-tabs .nav-link {
    padding: 0;
    border: none;
    color: #000;
    font-size: 21px;
    padding: 15px 38px;
    border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active{
  background: #012b3d;
  color: #fff;
}
.location-tab li:last-child{
  border: none;
}
.location-pic img{
  width: 100%;
  border-radius: 25px;
}
.btn-contact a{
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 18px;
}
.btn-contact a.skyblue{
  background: #02a6d6;
}
.btn-contact a.darkblues{
  background: #012a3c;
}
.location-address p{
  color: #000;
  font-size: 18px;
  padding-top: 20px;
}
.wraper-locations{
  padding-bottom: 70px;
}
.googlemaps iframe{
  width: 100%;
  height: 650px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.power-rht .btn-banner.btn-redemo{
  text-align: center;
}
.wraper-blogs{
  padding: 70px 0;
}
.blogs-diffent-pic{
  position: relative;
  margin-bottom: 30px;
}
.blogs-diffent-pic img{
  border-radius: 25px;
  width: 95%;
  height: 411px;
  object-fit: cover;
}
.date-post{
    background-image: linear-gradient(#02a6d6 48%, #fff 48%);
    font-size: 16px;
    width: 53px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #fff;
    position: absolute;
    bottom: 22px;
    left: 10px;
}
.wraper-blogs h2{
  font-size: 28px;
}
.wraper-blogs p{
  font-size: 18px;
  color: #5a5a5a;
  padding-top: 15px;
}
.wraper-blogs small{
  font-size: 14px;
  color: #222d3f;
  padding: 15px 0;
  padding-left: 30px;
  background: url(../images/products-fea-icon.png)no-repeat 0;
  background-size: 20px;
}
.wraper-blogs-main{
  padding-bottom: 70px;
}
.blogs-main-contents{
  background: #fff;
  width: 100%;
  height: 95%;
  display: inline-block;
  box-shadow: 0px 0px 15px #ccc;
  margin-top: 45px;
  border-radius: 15px;
}
.pic-blogs-sm{
  position: relative;
}
.pic-blogs-sm img{
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
  height: 217px;
  object-fit: cover;
}
.pic-blogs-sm .date-post{
  bottom: 15px;
}
.pro-fea{
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.pro-fea small{
  font-size: 14px;
  color: #222d3f;
  padding: 15px;
  padding-left: 30px;
  background: url(../images/products-fea-icon.png)no-repeat 0;
  background-size: 20px;
}
.blogs-contents{
  padding: 15px;
}
.blogs-contents h4{
  font-size: 18px;
}
.blogs-contents p{
  font-size: 16px;
  color: #5a5a5a;
}
.blogs-contents .btnblgs a{
  margin-top: 0;
}
.pagination{
  justify-content: center;
  margin-top: 50px;
}
.pagination .page-link {
    padding: 6px 13px;
    border: none;
    margin: 10px;
    background: #f0f0f0;
    border-radius: 5px;
}
.page-item.active .page-link{
  background: #004771;
  color: #fff;
}
.power-blogs {
   padding: 62px 0;
}
.blog-details h4{
  font-size: 21px;
  color: #5a5a5a;
  padding: 25px 0 10px;
  margin-bottom: 0;
}
.blog-details p{
  padding: 0;
}
.blog-details-pic{
  margin: 30px 0;
  display: inline-block;
}
.blog-details-pic img{
  width: 100%;
  border-radius: 25px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 20px #ccc;
}
.bom-software li{
    font-size: 18px;
    color: #5a5a5a;
    padding: 2px 0;
    font-weight: 400;
}

.share-plat ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.share-plat ul li a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  font-size: 18px;
  color: #000;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  margin: 2px;
}
.wraper-reltive{
  padding-bottom: 70px;
}
.wraper-reltive h2{
  font-size: 21px;
  color: #002839;
}
.post-blogs-title{
  width: 100%;
  display: inline-block;
  box-shadow: 0px 0px 25px #08080875;
  padding:20px;
  border-radius:25px; 
  margin-bottom: 50px;
}
.post-blogs-title h4{
  font-size: 24px;
  color: #002839;
  padding: 15px 10px;
}
.post-blogs-title ul li{padding: 10px;border-bottom: 1px solid #ccc;}
.post-blogs-title ul li:last-child{border: none;}
.post-blogs-title ul li a{
  font-size: 18px;
  color: #002839;
}
#relatives .blogs-main-contents{
  height: 576px;
  margin: 40px 0px;
}
.power-why-emaix .power-rht .poseab {
    position: absolute;
    width: 406px;
    top: -165px;
    left: 0;
  }
.function-power .power-rht .poseab{
  width: 281px;
}
.power-blogs .power-rht .poseab{
  width: 284px;
}
.financials-prod ul li:nth-of-type(5){background: #41a1e1;}
.produc-contr-prod ul li:nth-of-type(3){background: #41a1e1;}
.produc-contr-prod ul li:nth-of-type(5){background: #34cf7a;}
.sale-customer-prod ul li:nth-of-type(2){background: #41a1e1;}
.sale-customer-prod ul li:nth-of-type(3){background: #f2c500;}
.shop-flo-prod ul li:nth-of-type(4){background: #41a1e1;}



.list-software li a{
  width: 100%;
height: 150px;
padding: 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}


