@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');
body {
    background: #ddd2;
    font-family: 'Open Sans', sans-serif;
}

.bar{
  width: 35%;
  position: absolute;
  top: 58%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-radius:30px;
  border:1px solid #dcdcdc;
  background: #F0F0F0;
}
.bar:hover{
  box-shadow: 1px 1px 8px 1px #dcdcdc;
}
.bar:focus-within{
  box-shadow: 1px 1px 8px 1px #dcdcdc;
  outline:none;
}
.searchbar{
  padding: 0px 20px;
  height:40px;
  border:none;
  width:90%;
  font-size:16px;
  outline: none;
  border-radius: 30px 0px 0px 30px;
  
}
.search_icon{
  height:20px;
  position:relative;
  top:0px;
  left:4px;
  
}
@media (min-width: 1367px) {
.bar{
  width: 30%;
  position: absolute;
  top: 58%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-radius:30px;
  border:1px solid #dcdcdc;
}
}


/* border */

.section-title-container {
    margin-bottom: 1.5em;
}

.row-collapse+.section-title-container,
.slider-wrapper+.section-title-container,
.banner+.section-title-container {
    margin-top: 30px;
}

.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.section-title i {
    opacity: .6;
    margin-right: 0.5em
}

.section-title i.icon-angle-right {
    margin-right: 0;
    margin-left: 10px
}

.section-title span {
    text-transform: uppercase
}

.section-title small {
    text-transform: none;
    font-weight: normal;
    padding-left: 15px;
    font-size: 1em;
    opacity: .7
}

.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor
}

.section-title a {
    display: block;
    padding-left: 15px;
    font-size: .8em;
    margin-left: auto
}

.section-title-normal {
    border-bottom: 2px solid #ececec
}

.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -2px
}

.dark .section-title-normal span,
.dark .section-title-normal {
    border-color: rgba(255, 255, 255, 0.2)
}

.section-title-normal b {
    display: none
}

.section-title-center span {
    margin: 0 15px
}

.section-title-center span,
.section-title-bold-center span {
    text-align: center
}

.section-title-center small,
.section-title-bold-center small {
    padding: 0 15px;
    display: block
}

.section-title-bold-center span,
.section-title-bold span {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: .3em .8em
}

.section-title-bold b:first-of-type {
    display: none
}

.flatsome-cookies {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 15px 30px;
    background-color: white;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.flatsome-cookies__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flatsome-cookies__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 30px
}

.flatsome-cookies__buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.flatsome-cookies__buttons>a {
    margin-right: 20px;
    margin-bottom: 0
}

.flatsome-cookies__buttons>a:last-child {
    margin-right: 0
}

.flatsome-cookies--inactive {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.flatsome-cookies--active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width: 849px) {
    .flatsome-cookies__inner {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        font-size: .9em
    }

    .flatsome-cookies__buttons {
        margin-top: 15px
    }

    .flatsome-cookies__text {
        padding-right: 0
    }
}

.icon-lock:before {
    content: "\e904"
}

.icon-user-o:before {
    content: "\e900"
}

.icon-line:before,
.icon-chat:before {
    content: "\e903"
}

.icon-user:before {
    content: "\e901"
}

.icon-shopping-cart:before {
    content: "\e908"
}

.icon-tumblr:before {
    content: "\e603"
}

.icon-gift:before {
    content: "\e604"
}

.icon-phone:before {
    content: "\e600"
}

.icon-play:before {
    content: "\e605"
}

.icon-menu:before {
    content: "\e800"
}

.icon-equalizer:before {
    content: "\e992"
}

.icon-shopping-basket:before {
    content: "\e909"
}

.icon-shopping-bag:before {
    content: "\e90a"
}

.icon-google-plus:before {
    content: "\e905"
}

.icon-heart-o:before {
    content: "\e906"
}

.icon-heart:before {
    content: "\e000"
}

.icon-500px:before {
    content: "\e601"
}

.icon-vk:before {
    content: "\e602"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-twitter:before {
    content: "\e001"
}

.icon-envelop:before {
    content: "\e003"
}

.icon-tag:before {
    content: "\e004"
}

.icon-star:before {
    content: "\e005"
}

.icon-star-o:before {
    content: "\e006"
}

.icon-facebook:before {
    content: "\e002"
}

.icon-feed:before {
    content: "\e008"
}

.icon-checkmark:before {
    content: "\e00a"
}

.icon-plus:before {
    content: "\e00c"
}

.icon-instagram:before {
    content: "\e00e"
}

.icon-tiktok:before {
    content: "\e90b"
}

.icon-pinterest:before {
    content: "\e010"
}

.icon-search:before {
    content: "\e012"
}

.icon-skype:before {
    content: "\e011"
}

.icon-dribbble:before {
    content: "\e013"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-expand:before {
    content: "\e015"
}

.icon-linkedin:before {
    content: "\e016"
}

.icon-map-pin-fill:before {
    content: "\e009"
}

.icon-pen-alt-fill:before {
    content: "\e017"
}

.icon-youtube:before {
    content: "\e018"
}

.icon-flickr:before {
    content: "\e019"
}

.icon-clock:before {
    content: "\e01a"
}

.icon-snapchat:before {
    content: "\e902"
}

.icon-whatsapp:before {
    content: "\e907"
}

/* Button */
.button {
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -9px;
    right: -20px;
    transition: 0.5s;
    font-size: 24px;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
 
/* table */
table {
    border-collapse: collapse;
    margin: 0 auto;
}

table td {
    padding: 1rem;
    border: 1px dashed #ddd;
}

table tr:first-child td {
    border-top: 0;
}

table tr td:first-child {
    border-left: 0;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr td:last-child {
    border-right: 0;
}

/* header border style end */


/* section-1 css */
.section-1 {
    align-items: center;
}

.section-1>.coluum-1>div>img {
    position: relative;
    background-color: #fff;
    border: 4px solid lightskyblue;
    top: -26px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 5px;
}

.section-1>.coluum-1>h1 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #160D5F;
	text-align: center;
}
.section-1>.coluum-1>p{
	font-family: 'Teko', sans-serif;
	font-size:20px;
}

/*  */
.section-1>.coluum-2>div>img {
    position: relative;
    background-color: #fff;
    border: 4px solid lightskyblue;
    top: -26px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 5px;
}

.section-1>.coluum-2>h1 {

    font-size: 30px;
    font-weight: 900;
    color: #F4161F;
	text-align: center;
}
.section-1>.coluum-2>p {
	font-family: 'Teko', sans-serif;
	font-size:20px;
}

/*  */
.section-1>.coluum-3>div>img {
    position: relative;
    background-color: #fff;
    border: 4px solid lightskyblue;
    top: -26px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 5px;
}

.section-1>.coluum-3>h1 {
    
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #160D5F;
	text-align: center;
}
.section-1>.coluum-3>p{
	font-family: 'Teko', sans-serif;
	font-size:20px;
}

.we_are_expert{
     transition: transform .5s ease;
}

.we_are_expert:hover{
     box-shadow: -1px 1px 15px 1px #dfdddd;
     transition: transform .5s ease;
}

.Text_scrolling{
	 background-color: #ddd;
}


.table-text > td{
	    font-size: 13px;
}

.brand > tbody{
	border: 1px solid #ddd6;
}
.brand > tbody > tr > td{
	    height: 152px; 
    background-color: white;
    margin: 5px;
}
.search_product{
	width: 100%;
    background-color: #79B9DD;
	    padding: 7px;
    color: black;
}
.serv-wrap  .icon{
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.soft_bg{
	background-image: url("{{'background-image/bg-section.jpg' | asset_img_url}}");
}

.scada_box{
  /* box-shadow: 2px -1px 14px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 1px solid #ddd; */
  background: linear-gradient(to top,  #251C17 0%,#251C17 70%,#fff 70%,#fff 100%);
  /* background-color: #B81920; */
}
.scada_box:hover {
	/* box-shadow: 12px 9px 21px rgba(0, 0, 0, 0.5); */
}

.scada_box  .content { 
  /* transition: 1s;  */
  transform: translatey(0px);
  opacity: 1;
}

.scada_box img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.proj-info > h3{
    font-size: 14px !important;
}
/* .scada_box:hover  .content {
 transform: translateY(0px);
 opacity: 1;
 
} */

/* For mobile phones: */

@media only screen and (max-width: 768px) {
  .section-1 > .coluum-2 {
  display: flex;
  flex-direction:column-reverse;
  }
  
  .section-1 > .coluum-3{
	  padding-top:40px;
  }
  
