body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #1f1f1f;
}

* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
     box-sizing: border-box;
     scroll-behavior: smooth;
/*
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
*/
    margin: 0;
    padding: 0;
}

a {
    outline-style: none;
    text-decoration: none;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    text-align: center;
}

hr {
    border: none;
    clear: both;
    margin: 0px;
    height: 2px;
    overflow: hidden;
    padding: 0px;
    background: #ccc;
    border-width: thin;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}

/* Base Type Styles Using Modular Scale ---------------------- */

::selection {
    color: #FFF;
    background-color: #0c1828;
}

::-moz-selection {
    color: #FFF;
    background-color: #0c1828;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #0c1828;
    border-radius: 10px;
}

ul,
li {
    list-style: none;
}

input:focus{
    outline-style: none;
    box-shadow: none;
}




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

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

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






/*--------------------main css-------------------------------*/

.btn_theme1{
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 45px;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    background: #1ca3db;
    border-radius: 100px;
}
.btn_theme1:hover{
    opacity: .9;
}

header{
    background: #0c1828;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99;
}

header .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;
    color: #88bafd;
    font-weight: 500;
    padding: 0px;
    margin: 0px 25px;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #fff;
}


.btn_order a{
    background: #48b9e8;
    color: #fff;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 40px;
    display: inline-block;
    margin-left: 15px;
}









.pre_order_stripe{
    background: #64c6ef;
    padding: 12px 0;
    text-align: center;
}
.pre_order_stripe p{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
}







.Homepage_banner_wrapper{
    min-height: 90vh;
    text-align: center;
    padding: 150px 0 50px 0;
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.banner_text{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    z-index: 2;
    left: 5%;
    right: 5%;
/*
    transform: translateY(-50%);
    margin-left: -450px;
    left: 50%;
*/
    text-align: center;
}
.banner_text h1{
    font-size: 139px;
    font-family: 'ProximaNova-Light';
    margin-bottom: 30px;
    color: #fff;
}
.banner_text h4{
    font-size: 36px;
    font-family: 'ProximaNova-Light';
    color: #fff;
}









.homepage_introduction{
    min-height: 700px;
    text-align: center;
    padding: 180px 0 150px 0;
    background-position: center !important;
/*    background-attachment: fixed !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.homepage_introduction .banner_text_wrap{
    max-width: 531px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: rgba(255,255,255,.85);
    border-radius: 10px;
    margin-right: auto;
    margin-left: 30px;
}
.homepage_introduction .banner_text_wrap h3{
    font-size: 23px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'ProximaNova-Bold';
}
.homepage_introduction .banner_text_wrap p{
    margin-bottom: 30px;
}





.homepage_special_notes{
    padding: 70px 0;
}
.homepage_special_notes .note_item{
    margin: 70px 0;
    width: 100%;
    display: inline-block;
}
.homepage_special_notes .note_item .note_img{
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.homepage_special_notes .note_item .note_img img{
    width: 100%;
    object-fit:cover;
}
.homepage_special_notes .note_item .note_details{
}
.homepage_special_notes .note_item .note_details h2{
    font-size: 27px;
    color: #1ca3db;
    font-family: 'ProximaNova-Regular';
    padding-bottom: 25px;
    background-image: url('../images/heading-stripe1.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 15px;
}
.homepage_special_notes .note_item .note_details h2 img{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
}
.homepage_special_notes .note_item .note_details p{
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
}
.homepage_special_notes .note_item .note_details a{
}








.newsletter_part{
    background: #5181c2;
    padding: 90px 0;
    text-align: center;
}

.newsletter_part h2, 
#InnerPageContainer .newsletter_part h2{
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'ProximaNova-Bold';
}
.newsletter_part p{
    font-size: 18px;
    color: #fff;
}
.newsletter_part .subscribe_wrapper{
    max-width: 600px;
    margin: 0 auto;
    height: 55px;
    position: relative;
}
.newsletter_part .subscribe_wrapper input{
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50px;
    border: 0px;
    font-size: 18px;
    color: #445666;
    font-family: 'ProximaNova-Light';
    padding: 0 200px 0 40px;
}
.newsletter_part .subscribe_wrapper input::placeholder{
    font-size: 18px;
    color: #445666;
    font-family: 'ProximaNova-Light';
}
.newsletter_part .subscribe_wrapper button{
    width: 195px;
    font-family: 'ProximaNova-Bold';
    background: #64c6ef;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border:0px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    border-radius: 50px;
}

.newsletter_part h3, 
#InnerPageContainer .newsletter_part h3{
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    font-family: 'ProximaNova-Light';
}

.newsletter_part h3 a{
    color: #FFF;
    background-color: #0c1828;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
}

.newsletter_part h3 a:hover{
    background-color: #333;
}





footer{
   
}
.footer_top{
    padding: 50px 0 30px;
}
.footer_col{
    
}
.footer_col ul li {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #dcdcdc;
}
.footer_col ul li a{
    color: #36464c;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer_col ul li:last-child{
   border-bottom: 0px solid #dcdcdc; 
}

.footer_bottom{
    border-top: 1px #dce6f3 solid;
    padding-top: 30px;
}
.footerbot{
    position: absolute;
    bottom: 0px;
    right: -0px;
}
.footerbot img{
    max-height: 500px;
}
    html, body {
      width: 100%;
      height: 100%;
    }

    #container {
      overflow: hidden;
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
    }

    #background_video {
      position: absolute;

      top: 50%; left: 50%;
      transform: translate(-50%, -50%);

      object-fit: cover;
      height: 100%; width: 100%;
    }

    #video_cover {
      position: absolute;

      width: 100%; height: 100%;

      background: url('../images/video_cover.jpeg') no-repeat;
      background-size: cover;
      background-position: center;
    }

    #video_controls {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
    }

    #play img {
      width: 100px;
    }
    #pause img {
      width: 90px;
    }
    #pause {
      display: none;
    }

    @media (min-width: 768px) {
      #video_controls {
        display: none;
      }
    }

    #container {
      height: 100%;
    }

    #overlay {
      position: absolute;
      top: 0; right: 0; left: 0; bottom: 0;
      background: rgba(0,0,0,0.5);
    }

    #main_content {
      z-index: 2;
      position: relative;
      display: inline-block;

      /* Vertical center */
      top: 50%;
      transform: translateY(-50%);
    }


#IndexMainBodyCont{
    position: relative;
/*    top: 100vh;*/
    left: 0px;
    right: 0px;
    z-index: 99;
    width: 100%;
    background-color: #FFF;
}
.social-media ul{
   display: flex;
   justify-content: flex-start;
}

.social-media ul li{
    list-style: none;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

.social-media ul li a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px #5181c2 solid;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background-color: #5181c2;
    color: #FFF;
}
.social-media ul li a:hover{
    background-color: #FFF;
    border: 1px #5181c2 solid;
    color: #5181c2;
}
.WelcomePanel {
	padding-top:60px;
	padding-bottom:60px;
}
.WelcomePanel h2{
	text-align:center;
	font-weight:700;
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
	color:#4A4A4A;
}
.WelcomePanel h2:after{
	width:80px;
	height:1px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-40px;
	background-color: #ccc;
	content:'';
}

.WelcomePanel  h2 span{
	color:#1ca3db;
}
.WelcomePanel  h2 strong{
	font-weight:700;
}

.WelcomePanel a{
	color:#d84511;	
}

.WelcomePanel p{
	margin-bottom:20px;
}

.OurStoryLogos{
    padding-top: 60px;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    font-size: 20px;
    width: 40px;
    height: 40px;
}
.OurStoryLogos .owl-dots{
    display: none;
}

/*About Container*/


#InnerPageContainer{
    padding-top: 150px;
}

.about-images img{
    max-width: 100%;
    height: auto;
}


#InnerPageContainer h2 {
    font-size: 60px;
    color: #1ca3db;
    font-family: 'ProximaNova-Regular';
    padding-bottom: 25px;
    background-image: url(../images/heading-stripe1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 15px;
}


.who-we-contant {
    font-size: 15px;
    color: #888;
    line-height: 1.9;
}
.who-we-contant h4{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #0c1828;
    margin-top: 30px;
}
.who-we-contant p{
    margin-bottom: 20px;
}



.FeatureBanner{
    background-color: #0c1828;
    padding-top: 180px;
    padding-bottom: 100px;
    color: #FFF;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 300;
    background-image: url(../images/homepage-banner-bg1.jpg);
    background-blend-mode: soft-light;
    background-size: cover;
}

.FeatureBanner p{
    font-family: 'ProximaNova-Light';
}

.FeaturePopItem{
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
    padding-top: 15px;
}


/* Target elements */

.targets-wrapper {
  margin: 0 -5px;
  padding: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.target,
.target-click,
.target-notice {
  cursor: default;
  font-size: 14px;
  line-height: 50px;
  height: 52px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #e2e2e2;
  background: #fafafa;
  text-align: center;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  width: calc(25% - 10px);
  margin: 5px;
  transition: border-color .2s, background-color .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.target:hover,
.target-click:hover,
.target-notice:hover {
  border-color: #bbb;
  background-color: #eee;
}

.target-click,
.target-notice {
  cursor: pointer;
}

.target.active,
.target-click.active,
.target-notice.active {
  color: #49d;
}

@media (max-width: 768px) {

  .target,
  .target-click,
  .target-notice {
    width: calc(50% - 10px);
  }
}

.echSpecsbtn .btn-light{
    border-style: solid;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    text-transform: capitalize;
    color: #5C5B6D;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: opacity 0.35s 0.4s ease,background 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out,-webkit-transform 0.35s 0.4s ease,-webkit-box-shadow 0.2s ease-in-out !important;
    transition: opacity 0.35s 0.4s ease,background 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out,-webkit-transform 0.35s 0.4s ease,-webkit-box-shadow 0.2s ease-in-out !important;
    transition: opacity 0.35s 0.4s ease,transform 0.35s 0.4s ease,background 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out,box-shadow 0.2s ease-in-out !important;
    transition: opacity 0.35s 0.4s ease,transform 0.35s 0.4s ease,background 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out,box-shadow 0.2s ease-in-out,-webkit-transform 0.35s 0.4s ease,-webkit-box-shadow 0.2s ease-in-out !important;
    max-width: 220px;
    cursor: pointer;
   font-family: 'ProximaNova-Regular';
    font-weight: 400;
    padding: 17px 10px;
    display: block;
    width: 100%;
    margin-bottom: 35px;
    background: #fff;
    border-width: 0px;
    max-width: none;
    font-size: 0.05rem;
    text-transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 1.5rem;
     margin: 10px auto;
}
.echSpecsbtn .btn-light:hover{
    color: #EFF0F2;
    background: #1B1B1B;
}

.TechnologyCont .TechnologyCont-img {
    min-height: 30rem;
    background-size: cover;
    background-position: center center;
}

.TechnologyCont .TechnologyCont-text {
    padding: 7rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.TechnologyCont .TechnologyCont-text.WhiteBg{
    background: rgba(225,225,225,.8);
} 
.TechnologyCont .TechnologyCont-text.BlackBg{
    background: rgba(255,255,255,.8);
} 
.TechnologyCont .IndexServices-text.BlueBg{
    background: rgba(255,255,255,.8);
} 
@media (min-width: 1200px){
.TechnologyCont h3 {
     font-family: 'ProximaNova-Bold';
    font-size: 2.5rem;
    line-height: 1.05;
    margin-bottom: 20px;
}
}
@media (min-width: 768px){
    .TechnologyCont h2 {
    font-family: 'ProximaNova-Bold';
    font-size: 2.125rem;
    line-height: 1.08824;
}
}
.back-to-top {
    display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
}
.who-we-contant ul{
    padding-left: 20px;
}
.who-we-contant ul li{
    list-style: disc;
}


.vimeo-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.vimeo-wrapper {
    width: 100%;
    height: calc(100vh - 65px);
    position: relative;
    display: flex!important;
    background-color: #000;
    justify-content: center;
    align-items: center;
}


.Headerspacer{
    height: 65px;
}


@media (max-width: 1023px) {
    .vimeo-wrapper{
        height: 300px;
    }
}











