
@font-face {
    font-family: 'FuturaBkBT';
    src: url('fonts/FuturaBT-Book.eot');
    src: url('fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-Book.woff2') format('woff2'),
        url('fonts/FuturaBT-Book.woff') format('woff'),
        url('fonts/FuturaBT-Book.ttf') format('truetype'),
        url('fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaMdBT';
    src: url('fonts/FuturaBT-Bold.eot');
    src: url('fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-Bold.woff2') format('woff2'),
        url('fonts/FuturaBT-Bold.woff') format('woff'),
        url('fonts/FuturaBT-Bold.ttf') format('truetype'),
        url('fonts/FuturaBT-Bold.svg#FuturaBT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SegoeUI-Regular';
    src: url('fonts/SegoeUI.eot');
    src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI.woff2') format('woff2'),
        url('fonts/SegoeUI.woff') format('woff'),
        url('fonts/SegoeUI.ttf') format('truetype'),
        url('fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI-Semibold';
    src: url('fonts/SegoeUI-Semibold.eot');
    src: url('fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('fonts/SegoeUI-Semibold.woff') format('woff'),
        url('fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .hero-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px ;
}


/*
*
* ==========================================
* Basic purpose
* ==========================================
*
*/

body {
  color:#444;font-family:SegoeUI-Regular,sans-serif;
  
}

h1,h2,h3,h4,h5,h6{
  font-family:SegoeUI-Semibold,sans-serif;
}

.container{overflow:hidden;}
.nav-logo{ max-width:110px; max-height: 72px;}

.who-what{
  text-align: justify;
  padding: 0px 10px 10px 10px;
}
.how .pt-5{
  padding-top: 1rem!important;
}
.bone-color{
  color: #19bed4;
}
.how h2{
  color: #19bed4;
}
.mirgin-top-header{
  margin-top: -50px;
}

a:hover{text-decoration: none;}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #000;
    
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #000;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #000;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #000;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #000;
}

.navbar-nav .nav-item.active .nav-link{
  position: relative;
  color: #EC2027;
}
.bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 25%;
  margin: auto;
  width: 50%;
  background: transparent linear-gradient(90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.bottom-left p{
  line-height: 50px;
  font-size: 25px;
  padding-left:40px;
  padding-top: 30px;
  display: inline-block;
  vertical-align: middle;
}
.containers {
  position: relative;
  color: white;
}

.navbar-nav .nav-item.active .nav-link:after {
    content: '';
    width: 25px;
    height: 4px;
    border-radius: 25px;
    background: red;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Change navbar styling on small viewports */
@media (max-width: 1500px) {
  .bottom-left {
    width: 50%;
    height: 40%;
  }
  .bottom-left p{
    line-height: 50px;
    font-size: 22px;
    padding-left:20px;
    padding-top: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .cd-flex{
    display:flex !important
    }
}
@media (max-width: 1400px) {
  .cd-flex{
    display:flex !important
    }
  .bottom-left {
    width: 60%;
    height: 30%;
  }
  .bottom-left p{
    line-height: 50px;
    font-size: 25px;
    padding-left:20px;
    padding-top: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  
}
@media (max-width: 1200px) {
  .bottom-left {
    width: 60%;
    height: 30%;
  }
  .bottom-left p{
    line-height: 50px;
    font-size: 22px;
    padding-left:20px;
    padding-top: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .cd-flex{
    display:flex !important
    }
}
@media (max-width: 1024px) {
  .mirgin-top-header{
    margin-top: 0px;
  }
  .bottom-left {
    width: 80%;
    height: 35%;
  }
  .bottom-left p{
    line-height: 50px;
    font-size: 25px;
    padding-left:20px;
    padding-top: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .cd-flex{
    display:flex !important
    }
}
@media (max-width: 991.98px) {
  .mirgin-top-header{
    margin-top: 0px;
  }
  .bottom-left {
    width: 100%;
    height: 40%;
  }
  .bottom-left p{
    line-height: 30px;
    font-size: 25px;
    padding-left:40px;
    padding-top: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .cd-flex{
    display:flex !important
    }
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}
@media (max-width: 800px) {
  .mirgin-top-header{
    margin-top: 0px;
  }
  .bottom-left {
    width: 100%;
    height: 40%;
  }
  .cd-flex{
    display:inline-block !important
    }
  .bottom-left p{
    line-height: 20px;
    font-size: 15px;
    padding-left:10px;
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
  }}
@media (max-width: 600px) {
  .mirgin-top-header{
    margin-top: 0px;
  }
  .bottom-left {
    width: 100%;
    height: 70%;
  }
  .cd-flex{ 
    display:inline-block !important
    }
  .bottom-left p{
    line-height: 20px;
    font-size: 12px;
    padding-left:10px;
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
  }}
 





/*
*
* ==========================================
* COMMON CLASSES
* ==========================================
*
*/
.bg-light{background: #f5f5f5!important;}
.text-blue{color:#21aee4;}

.mid-arrow-down {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
    z-index: 1;
    text-align: center;
    border-right: 15px solid rgba(0,0,0,0);
    border-left: 15px solid rgba(0,0,0,0);
    border-top: 15px solid #F5F5F5;
}
.mid-arrow-down-white {
    border-top-color: #FFF;
}
.mid-arrow-down-grey {
    border-top-color: #f5f5f5!important;
}

.btn-animated{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
}

.btn-animated span{
  position: relative;
  z-index: 2;
}

.btn-animated:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #21aee4;
  transition: all .35s;
}

.btn-animated:hover{
  color: #fff;
}

.btn-animated:hover:after{
  width: 100%;
}


.heading-style-1{
  color:#ec2127;

}
.heading-style-1 > span{position: relative;display: inline-block;padding:0 30px; }
.heading-style-1 > span:before{
  content:'';
  width:100%;
  height:4px;
  background: #ec2127;
  position: absolute;
  left:0;
  top:50%;
  margin-top:-2px;
}
.heading-style-1 > span span{ background:#fff; position: relative; padding:0 5px;}
.bg-light .heading-style-1 > span span{ background:#f5f5f5; }



.contactus-icon{
  position:fixed;
  right:10px;
  bottom:10px;
  max-width: 86px;
  cursor:pointer;
  z-index: 10;
}

/*
*
* ==========================================
* HEADER MASTHEAD
* ==========================================
*
*/

	.masthead .hero-slider{
	  height: 100vh;
	  min-height: 500px;
    color:#fff;
	}

  .hero-slider .container{z-index: 2;position: relative; }
    .hero-slider .hero-slide{
        height:100vh;
        min-height:500px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      } 

    .hero-slider .hero-1{
        background-image: url('../img/shutterstock_1412892632.png');
      }   

    .hero-slider .hero-2{
        background-image: url('../img/banner.jpg');
      }   

    .hero-slider .hero-3{
        background-image: url('../img/banner.jpg');
      }   

    .hero-slider .hero-content p{ width:70%; }
    .hero-slider .hero-content span{ padding:10px; display: inline-block;position: relative;z-index: 1;text-align: left;
      font-size:20px;
font-family: SegoeUI-Semibold;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1; }

    

    .slick-dots{position:absolute;bottom: 0;left:0;right:0;list-style: none;text-align: center;}

    .slick-dots li{
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots li button{
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

    .slick-dots li button:before {
        content: '';
        line-height: 20px;
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        opacity: .25;
        background: black;
        -webkit-font-smoothing: antialiased;
    }
    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }

/*
*
* ==========================================
* Sliders
* ==========================================
*
*/


.clients-logos .slick-slide img,
  .awards-certifications .slick-slide img{margin:0 auto;}
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }


/*
*
* ==========================================
* About section
* ==========================================
*
*/

#about-section .card{

  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.14);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.14);

  border-radius: 25px;
}

/*
*
* ==========================================
* FAB 
* ==========================================
*
*/

.fab-section{
	height:100vh;
}

.fab-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

 .fab-section .container {
  position: relative;
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.hero-slider .hero-content .overlay{
      background: rgba(76,76,76,1);

      background: transparent linear-gradient(90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;

    }

.slide-in-container{
	/*overflow:hidden;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.14);

    border-radius:15px;
    padding-top:15px;*/

overflow: hidden;
max-width:340px;
height: 387px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 5px 15px #0000001A;
border: 1px solid #DFDFDF;
border-radius: 35px;
opacity: 1;
}
.slide-in-container_bg{max-width:340px;height: 100%;border-radius: 35px;}
.innovate {background: transparent url('../img/fab/innovate.png') no-repeat center/cover;}
.create {background: transparent url('../img/fab/create.png') no-repeat center/cover;}
.build {background: transparent url('../img/fab/build.png') no-repeat center/cover;}
.engage {background: transparent url('../img/fab/engage.png') no-repeat center/cover;}
.compliance {background: transparent url('../img/fab/compliance.png') no-repeat center/cover;}
.quality {background: transparent url('../img/fab/quality.png') no-repeat center/cover;}

.slide-in-overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}

#fab-components-section .slide-in-container:hover .slide-in-overlay ,
    #portfolios-section .slide-in-container:hover .slide-in-overlay {
  
  left: 0;
}
#fab-components-section p{
  padding: 15px 15px 0px 15px;
  text-align: justify;
  margin-bottom: 0px;
}
.know-more{
  padding: 0px 15px 0px 15px;
}
#fab-components-section span{
  font-weight: 800;
}
#fab-components-section .py-5{
  padding-bottom: 1rem!important;
}

.py-top-bottom{
  padding-top: 2rem!important;
  padding-bottom: 4rem!important;
}

.slide-in-text {
  color: #000;
  position: absolute;
  padding:15px;
}
.mirgin-left{
  margin-left: auto;
}
.mirgin-left li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.btn-normal,
.btn-normal:hover,
.btn-normal:focus{color:#000;}


#fab-components-section .container,
    #portfolios-section .container{
  max-width: 900px;
}



/*
*
* ==========================================
* ACCORDION 
* ==========================================
*
*/

.faq-accordion .card{border-radius:0;margin-bottom:20px;border:0;}
    .faq-accordion .card-header{border-radius:0;border:0;padding:0;}
    .faq-accordion .card-header a{ padding: .75rem 1.25rem; display:block;background:#fff; color:#0098da;}
    .faq-accordion .card-header a h5{ padding-right:25px;}
    .faq-accordion .card-header a.collapsed{  background:#f3f3f3;}
    .faq-accordion div.collapse.show{
      -webkit-box-shadow: 0px 8px 5px -4px rgba(0,0,0,0.35);
          -moz-box-shadow: 0px 8px 5px -4px rgba(0,0,0,0.35);
              box-shadow: 0px 8px 5px -4px rgba(0,0,0,0.35);
    }
      
    .faq-accordion .card .card-header a:not(.collapsed) .down-arrow-right {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .down-arrow-right{padding-top:6px;transition:all 0.2s linear;position:absolute;right:20px;}


/*
*
* ==========================================
* TABS 
* ==========================================
*
*/


.nav-tabs .nav-link,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{ border:0; }

.nav-tabs .nav-link.active {
    font-weight:bold;
    background-color: transparent;
    border-bottom:3px solid #dd0000;
    border-right: none;
    border-left: none;
    border-top: none;
}

/*
*
* ==========================================
* CONTACT 
* ==========================================
*
*/
.contact-section i{font-size:40px;}

/*
*
* ==========================================
* Footer CLASSES
* ==========================================
*
*/

.back-to-top {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -29px;
    width: 55px;
    outline: none;
}
.back-to-top a {
    outline: none;
}
.arrowAngle {
    border-bottom: 31px solid #253954;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    display: inline-block;
    position: relative;
}
.back-to-top i {
    color: #ffffff;
    font-size: 14px;
    left: -7.5px;
    line-height: 30px;
    position: absolute;
    top: 3px;
}

footer{background-color:#253954;color:#fff;}
.social-media-logos img{max-width:30px;}



/*
*
* ==========================================
* INNER PAGE PRODUCT
* ==========================================
*
*/

.inner-page-title{position:absolute;left:0;right:0;bottom:0;top:0;z-index: 2}



/*
*
* ==========================================
* INNOVATE
* ==========================================
*
*/



.rounded-grey-bg,
  .rounded-white-bg{
  display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7;
    border-radius: 100%;
    width: 146px;
    height: 146px;
}

.rounded-white-bg{background-color:#fff;}


/*
*
* ==========================================
* PORTFOLIO
* ==========================================
*
*/
.gateway {
    background: transparent url(../img/portfolio/gateway.png) no-repeat center/cover;
}

.camera {
    background: transparent url(../img/portfolio/camera-02.png) no-repeat center/cover;
}
.energy-management {
    background: transparent url(../img/portfolio/socket.png) no-repeat center/cover;
}
.smart-lighting {
    background: transparent url(../img/portfolio/lighting.png) no-repeat center/cover;
}


.portfolio-products .slide-in-container{
  height:243px;
}
.portfolio-products .slide-in-container_bg{
  height:183px;
}


/*
*
* ==========================================
* CONTACT PAGE
* ==========================================
*
*/
#contact-form-section .form-control{background:transparent;border-color:#707070;}



@media (max-width: 991px){

  .navbar-nav .nav-item.active .nav-link{display:inline-block;}

  .hero-slider .hero-content p{ width:100%; }

  .seven-cols{flex-wrap:wrap;}
  .seven-cols > div{
    flex: 0 1 31.33%;
    margin:0 1% 25px;
  }
  .seven-cols > div:last-child{
    margin-bottom: 0;
  }
}




@media (max-width: 700px){
  
}

@media (max-width: 700px){
	.footer-nav { }
	.footer-nav li{float:left;width:50%; margin-right:0!important; margin-top:10px; }
}


@media (max-width: 575px){
  #fab-components-section .container,
    #portfolios-section .container{
    max-width: 500px;
  }

}



@media (min-width: 992px){
  .slide-in-container{
    max-width:500px;
  }
  .slide-in-container_bg{
    max-width:500px;
  }

}
.imgs-slide{
  float: left;
  padding: 10px;
  text-align: center;
  display: flex;
}

@media (min-width: 1400px){

    body{font-size: 18px;line-height:28px;}
    h2{ font-size:28px; line-height: 35px; }


    .hero-slider .hero-content span{ font: Bold 29px/50px SegoeUI-Semibold;}

    .slide-in-container{
      max-width:551px;
      height:406px;
    }
    .slide-in-container_bg{
      max-width:551px;
      height:100%;
    }

   .portfolio-products .slide-in-container{
      height:303px;
    }
    .portfolio-products .slide-in-container_bg{
      height:243px;
    }


}
	
.bx-controls{display:none!important;}
.bx-wrapper{    margin-bottom:0px!important;    border:none!important;box-shadow:none!important;}
  


/*marquee*/

.orb img{
  height: 260px;
  width: 199px;
}
.orb img:hover{
  animation-play-state: paused;
}
.orb1 img{
  height: 400px;
  width: 307px;
}
.img-fluid1{
  text-align: center;
}
.img-fluid1 img{
  max-width: 30%;
  height: auto;
}
.img-fluid2{
  text-align: center;
}
.img-fluid2 img{
  max-width: 100%;
  height: auto;
}
.know-more-but{
  padding: 0px 15px 0px 15px;
  text-align: right;
  margin-top: auto;
}
.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}


.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 20s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
}

/*.half {
  float: left;
  width: 10%;
}*/

.spanss {
  float: left;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.frame {
  height: 100%;      /* equals max image height */
  width: 100%;
  white-space: nowrap;
  text-align: center; margin: 1em 0;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.helper-img{
  height: auto;
  width: 60%;
}

.seven-cols div{
  margin: 15px 3%;
}
.header-font-size{
  font-weight: 700!important;
  font-size: 15px;
}
.discripion{
  text-align: justify;
}
.terms-of-use b{
  font-weight: bold;
  font-size: 25px;
}
.img-fluid-about{
width: 45%;
height: auto;
}
.button{
  background: #EC2027 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 7px;
opacity: 1;
color: #FFFFFF;
border:none;
padding:5px 15px;
}


/*swiper-slide*/

.cd-flex{
  display:flex;
}

.slick-slide .inner {
  margin: 10px 15px;
}
.slick-slide .inner img{
    width:auto;
    height:320px;
}