body{ margin:0; padding:0; font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #5a5a5a;}
*{ box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
a{ outline-style:none; text-decoration:none;}
a:hover{ text-decoration:none;}
.clear{ clear:both;}
.align-left{ float:left; margin-right:30px; margin-bottom:20px;}
.align-right{ float:right; margin-left:30px; margin-bottom:20px;}
.align-center{ text-align:center;}
hr {
 border: none;
 clear: both;
 margin: 0px;
 height: 2px;
 overflow:hidden;
 padding:0px;
 background:#ccc;
 border-width:thin;
}
/* Base Type Styles Using Modular Scale ---------------------- */

::selection {
	color: #FFF;
	background-color:#545454;
}
::-moz-selection {
color:#FFF;
background-color:#545454;
}

::-webkit-scrollbar {
 width: 8px;
}
 
::-webkit-scrollbar-track {
 background:#ccc;
}
 
::-webkit-scrollbar-thumb {
 background:#545454; 
 border-radius:10px;
}
ul, li{
	list-style:none;
}

/* ---------------------main fonts---------------------*/



/*font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Oswald', sans-serif;*/

/*--------------------main css-------------------------------*/

header{
	  height:80px;
	  background: #fff;
	  position: fixed;
	  width: 100%;
	  -moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	  z-index:999;
}
header .navigation {
 
}

header  .brand {
  position: absolute;
  float: left;
  margin-top: 0px;
}
header  .brand 
header .brand a,
header .brand a:visited {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}
header .brand a img{
	max-width:100px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}
header .nav-container {
  position:relative;
}

header nav {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  float: left;
  position: relative;
}
header nav ul li a,
header nav ul li a:visited {
	position:relative;
  display: block;
  padding: 0 19px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing:1.6px;
  line-height:80px;
  font-weight:500;
  color: rgb( 64, 64, 64 );
  text-transform: uppercase;
}


header nav ul li a:before,
header nav ul li a:visited:before{
	content:'';
	position:absolute;
	bottom:14px;
	left:0px;
	right:0px;
	margin:0 auto;
	width:0%;
	height:2px;
	background:#000;
}
header nav ul li a:hover:before,
header nav ul li a:hover:visited:before{
	width:50%;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;

}
header nav ul li a:focus{
	 text-decoration: none;
}
header nav ul li.active a:before{
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width:50%;
    height: 2px;
    background: #0a3f7e;
}
header nav ul li a:hover,
header nav ul li a:visited:hover {
  color: #404040;
}
header nav ul li a:not(:only-child):after,
header nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
header nav ul li ul li {
  min-width: 190px;
}
header nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
  transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
header nav ul li ul li a:hover{
	background:#000;
	color:#fff !important;
}
header nav ul li ul li a:before{
	display:none;
}

header .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
header .nav-mobile {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
  height: 70px;
  width: 70px;
  -moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}


/* sticky */
header.sticky{
	height:60px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	   box-shadow: 0px 15px 10px -14px #dadada; 
}
header.sticky .nav-mobile {
  top: -3px;
}
header.sticky .brand{
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	
}
header.sticky .brand a img {
    max-width:80px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}
header.sticky nav ul li a, header.sticky nav ul li a:visited {
    position: relative;
    display: block;
    padding: 0 15px;
    color: #575757;
    text-decoration: none;
    font-size: 14px;
    line-height:60px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 798px) {
  header .nav-mobile {
    display: block;
  }

  header nav {
    width: 100%;
    padding:0px 0 15px;
	background:#fff;
  }
  header nav ul {
	  display:none;
   padding-top:115px;
  }
  header nav ul li {
    float: none;
  }
  header nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  header nav ul li ul li a {
    padding-left: 30px;
  }

  header .nav-dropdown {
    position: static;
  }
  header nav ul li a:hover, header nav ul li a:visited:hover {
    color: #404040;
    background: #000;
    color: #fff;
}
  header nav ul li a:hover:before, header nav ul li a:hover:visited:before{
	  display:none;
  }
}
@media screen and (min-width: 799px) {
  header .nav-list {
    display: block !important;
  }
}
header #nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
header #nav-toggle span,
header #nav-toggle span:before,
header #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
header #nav-toggle span:before {
  top: -10px;
}
header #nav-toggle span:after {
  bottom: -10px;
}
header #nav-toggle.active span {
  background-color: transparent;
}
header #nav-toggle.active span:before, header #nav-toggle.active span:after {
  top: 0;
}
header #nav-toggle.active span:before {
  transform: rotate(45deg);
}
header #nav-toggle.active span:after {
  transform: rotate(-45deg);
}


/*=============== free space ==============*/
.free_space{
	height:80px;
}

/* =================== common css ================== */
.heading_theme{
	color:#010101;
	opacity:.8;
	font-size:40px;
  font-family: 'Raleway', sans-serif;
  font-weight:800;
  margin:0 0 60px 0;
  text-align:center;
}


/* =================== banner css ================== */

.slider{
	position:relative;
}
/*.slider .custom-navigation {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-table;
}*/
.slider .custom-navigation .flex-prev{
	position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    display: inline-table;
    margin: auto;
	opacity:.5;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	
}
.slider .custom-navigation .flex-next{
	position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    display: inline-table;
    margin: auto;
	opacity:.5;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
.slider .custom-navigation .flex-prev:hover,.slider .custom-navigation .flex-next:hover{
	opacity:1;
}
.flexslider .slides li{
	min-height:650px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-color:rgba(0,0,0,.45);
	background-blend-mode: multiply;
	overflow:hidden;
}
.flexslider .slides li .container{
	display:block;
}
.flexslider .slides li .banner_text{
	padding-top:200px;
	display:block;
}
.flexslider .slides li .banner_text h6{
  font-size: 13px;
  line-height:13px;
  font-family: 'Oswald', sans-serif;
  color:#fff;
  text-transform: uppercase;
  letter-spacing:2.5px;
  margin-bottom:10px;
}
.flexslider .slides li .banner_text h2{
  font-size:87px;
  line-height:84px;
  font-family: 'Raleway', sans-serif;
  font-weight:900;
  color:#fff;
  text-transform: uppercase;
  margin: 0 0 0 -5px;
}
.flexslider .slides li .banner_text h2 span{
	display:block;
}


.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
	display:none;
}









/* =================== device feature ===================== */

.device_feature{
	padding:55px 0 10px;
	min-height:780px;
}


.feature_cont{
	background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 70px;
    margin-bottom: 45px;
    min-height: 60px;
    width: 46%;
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
    background-size: 50px;
    display: inline-block;
}
.feature_cont h3{
	font-size:19px;
	text-transform:uppercase;
	font-weight:700;
	color:#4f4f4f;
	margin:0 0 10px 0;
	line-height:26px;
	letter-spacing:1px;
}
.feature_cont p{
	color:#000;
	line-height:20px;
}

.features .col-md-6{
	padding:0 55px;
}
.features .imagediv{
	padding-left:0;
}
.features .imagediv img{
	max-width:100%;
}



footer{
}
.footer_top{
	background:#232323;
	padding:45px 0;
}
.footer_top h3{
	font-size:21px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	margin:0 0 30px 0;
}
.footerlink{
}
.footerlink ul{
	margin:0;
	padding:0;
}
.footerlink ul li a{
	color:#fff;
	margin-bottom:16px;
	display:block;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
.footerlink ul li a:hover{
	text-decoration:underline;
}

.newsletter{
}
.newsletter p{
	color:#ffffff;
	line-height:18px;
	margin:0 0 18px 0;
}
.newsletter input{
	width:100%;
	height:34px;
	border-radius:5px;
	border:0px;
	padding:0 15px;
	margin-bottom:20px;
}
.newsletter input:focus{
	border:0px;
	outline: none;
}
.newsletter button{
	width:100%;
	height:34px;
	line-height:34px;
	background:#535353;
	border:0px;
	border-radius:5px;
	font-size:20px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
.newsletter button:hover{
	opacity:.8;
}



.social{
}
.social ul{
	margin:0;
	padding:0;
}
.social ul li{
	width:23px;
	height:23px;
	line-height:23px;
	float:left;
	background:#535353;
	border-radius:4px;
	text-align:center;
	margin-right:5px;
}
.social ul li a{
	display:block;
	font-size:14px;
	color:#fff;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}

.social ul li a:hover{
	opacity:.8;
}

.contact{
}
.contact ul{
	margin:0;
	padding:0;
}
.contact li{
	font-size:14px;
	line-height:20px;
	color:#fff;
	opacity:0.7;
	margin-bottom:25px;
	position:relative;
	padding-left:35px;
}
.contact li a{
	font-size:14px;
	line-height:20px;
	color:#fff;
	opacity:0.7;
	margin-bottom:25px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
.contact li a:hover{
	text-decoration:underline;
}

.contact li i{
	position:absolute;
	top:3px;
	left:0;
	bottom:0;
}



.footer_btm{
	padding:20px 0;
	background:#121212;
	font-size:16px;
	color:#fff;
	text-align:center;
}



.Kaiservideowrapper{
	padding-top:50px;
}


/*.indexvideowrapper{
	width:100%;
	min-height:540px;
	position: relative;
}
.indexvideowrapper .myvideo {
    width:100%; 
	height:100%;
}

.indexvideowrapper .content {
    position: absolute;
    bottom: 0;
	top:0;
	left:0;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
}
*/
.indexvideowrapper { 
	position:relative;
	height:540px;
	overflow:hidden;
	margin-bottom:15px;
 }
.indexvideowrapper video {
    position:relative;
    z-index:0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
}
.indexvideowrapper .overlay {
    position:absolute;
    top:0;
    left:0;
	background:rgba(0,0,0,0.5);
	right:0;
	bottom:0;
    z-index:1;
	text-align:right;
	padding:195px 210px 0 0;	
	
}
.indexvideowrapper .overlay h2{
	font-size:35px;
	line-height:42px;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	padding-bottom:20px;
	background:url(../images/video-heading-bg.png) repeat-x bottom center;
}
.indexvideowrapper .overlay h2 span{
	display:block;
}



.indexvideowrapper2 { 
	position:relative;
	height:600px;
	overflow:hidden;
	margin-bottom:15px;
 }
.indexvideowrapper2 video {
    position:relative;
    z-index:0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
}
.indexvideowrapper2 .overlay {
    position:absolute;
    top:0;
    left:0;
	background:rgba(0,0,0,0.5);
	right:0;
	bottom:0;
    z-index:1;
	text-align:left;
	padding:215px 0 0 210px;	
	
}
.indexvideowrapper2 .overlay h2{
	font-size:35px;
	line-height:42px;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	padding-bottom:20px;
	background:url(../images/video-heading-bg.png) repeat-x bottom center;
}
.indexvideowrapper2 .overlay h2 span{
	display:block;
}


.indexvideowrapper3 { 
	position:relative;
	height:540px;
	overflow:hidden;
	margin-bottom:15px;
 }
.indexvideowrapper3 video {
    position:relative;
    z-index:0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
}
.indexvideowrapper3 .overlay {
    position:absolute;
    top:0;
    left:0;
	background:rgba(71, 34, 2, 0.5);
	right:0;
	bottom:0;
    z-index:1;
	text-align:right;
	padding:195px 210px 0 0;	
	
}
.indexvideowrapper3 .overlay h2{
	font-size:35px;
	line-height:42px;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	padding-bottom:20px;
	background:url(../images/video-heading-bg.png) repeat-x bottom center;
}
.indexvideowrapper3 .overlay h2 span{
	display:block;
}








/* ================ inner page cont =====================*/

.innerbanner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0,0,0,.45);
    background-blend-mode: multiply;
    overflow: hidden;
    background-image: url(../images/innerpagebg.jpeg);
}
.innerbanner .banner_text{
	padding: 60px 0;
	text-align:center;
}
.innerbanner .banner_text h2{
	font-size:60px;
    line-height:60px;
	color:#fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 0 0;
}



.innerpagecont{
	padding:50px 0;
}

.innerpagecont h1{
	color: #010101;
    opacity: .8;
    font-size:40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.innerpagecont h2{
	color: #010101;
    opacity: .8;
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.innerpagecont h3{
	color: #010101;
    opacity: .8;
    font-size:30px;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
.innerpagecont h4{
	color: #010101;
    opacity: .8;
    font-size:25px;
    font-family: 'Raleway', sans-serif;
    font-weight:500;
}
.innerpagecont h5{
	color: #010101;
    opacity: .8;
    font-size:20px;
    font-family: 'Raleway', sans-serif;
    font-weight:400;
}
.innerpagecont h6{
	color: #010101;
    opacity: .8;
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
}

.innerpagecont p{
	font-size:14px;
	line-height:22px;
	color:#000;
}
.innerpagecont a{
	text-decoration:underline;
	color:#000;
}
.innerpagecont button{
	background: #535353;
	padding:12px 25px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color:#fff;
	border:0px;
	border-radius:5px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}
.innerpagecont button:hover{
	opacity:.8;
}

.innerpagecont ul{
	margin:0;
	padding:0;
}
.innerpagecont ul li{
	position:relative;
	margin:10px 0;
	color: #000;
    line-height: 20px;
	font-size:18px;
	padding-left:25px;
}
.innerpagecont ul li:after{
	content:'\f0a9 ';
	font-family: 'FontAwesome';
	position:absolute;
	top:0;
	left:0;
}










/*============== technologie page css =====================*/

.device_feature_section{
}
.device_feature_section h2{
	text-align:center;
	margin:0 0 50px 0;
}


.device_feature_item_group{
	
}

.device_feature_item{
	position:relative;
	padding-left:75px;
	margin:25px 0;
	min-height:150px;
}
.device_feature_item .feature_img{
	position:absolute;
	left:0px;
	top:-15px;
	max-width:50px;
}
.device_feature_item .feature_img img{
	width:100%;
	height:100%;
}

.device_feature_item .feature_decription h3{
	font-size:18px;
	font-weight:700;
	margin:0 0 15px 0;
}





.technology_architecture_bg{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	background-color:rgba(0,0,0,0.6);
	background-blend-mode:multiply;
	padding:120px 0 50px 0;
}
.technology_architecture_bg .bg_cont{
	text-align:center;
}
.technology_architecture_bg .bg_cont h2{
	letter-spacing:15px;
	font-size:50px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 35px 0;
}
.technology_architecture_bg .bg_cont h3{
	letter-spacing:8px;
	font-size:25px;
	line-height:35px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	margin:0;
}








.technologies_cont .text_para{
	font-size:22px;
	line-height:35px;
	color:#000;
	text-align:center;
	padding:50px 0;
}





.process_bgcont{
	background:#423d3e;
	padding-top:80px;
	padding-bottom:80px;
	text-align:center;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: rgba(0,0,0,0.6);
    background-blend-mode: multiply;
}
.process_bgcont h2{
	font-size:50px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:8px;
	margin:0 0 30px 0;
}
.process_bgcont h4{
	font-size:25px;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:4px;
	margin:0 0 35px 0;
}
.process_bgcont .glow_panel_heading{
	padding:20px 0;
	background:#d5c4b7;
	font-size:40px;
	font-weight:700;
	color:#000;
	-webkit-box-shadow: 1px 1px 34px 3px rgba(213,196,183,1);
	-moz-box-shadow: 1px 1px 34px 3px rgba(213,196,183,1);
	box-shadow: 1px 1px 34px 3px rgba(213,196,183,1);
}






.system_design_cont{
	text-align:center;
	padding:50px 0;
}
.system_design_cont h2{
	font-size:50px;
	font-weight:700;
	margin:0 0 30px;
}
.system_design_cont p{
	font-size:22px;
	line-height:35px;
	color:#000;
	text-align:center;
	margin-bottom:35px;
}







.Text-content {
    padding-bottom: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
}

.Text-content blockquote{
  display:block;
  background: #fff;
  padding: 65px 20px 15px 45px;
  margin: 50px 0 20px;
  position: relative;
  
  /*Font*/

  color: #666;

  /*Box Shadow - (Optional)*/
  /*  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;*/

  /*Borders - (Optional)*/
  border-left-style: solid;
  border-left-width: 15px;
  border-right-style: solid;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.Text-content blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:45px;
  
}

.Text-content blockquote::after{
  /*Reset to make sure*/
  content: "";
}

.AwardsContainer{
	padding-top: 50px;
	padding-bottom: 50px;
}

.AwardsContainer h2{
	color: #010101;
    opacity: .8;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.AwardsContainer p.subheading{
	font-size: 16px;
	color: #010101;
    opacity: .8;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 700px;
}

.AwardsContainer img{
	max-width: 100%;
	height: auto;
}

.F-Certifications{
	padding-top: 20px;
}
.F-Certifications h3{
	margin-bottom: 15px;
}
.F-Certifications img{
	width: 100%;
	height: auto;
	max-width: 160px;
}






.overlaywelcomepopup{
      position: fixed;
      background:rgba(0,0,0,.9);
      width: 100%;
      height: 100%;
      z-index: 99999;
    }
    .overlaywelcomepopupcontainer{
      width: 600px;
      height: 400px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -200px;
      margin-left: -300px;
      z-index: 2;
      background-color: #dddddd;
      background-image: url(../images/popbg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }
    .overlaywelcomepopupcontainer .popuplogo{
      width: 159px;
      height: 400px;
      margin: auto;
      text-align: center;
    }
    .overlaywelcomepopupcontainer .popuplogo img{
      max-width: 100%;
      height: auto;
    }
    .overlaywelcomepopupcontainer a{
      height: 400px;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      z-index: 3;
      cursor: pointer;
      color: #FFF;
    }
    .overlaywelcomepopupcontainer p{
      text-transform: uppercase;
    }
    .btn-close{
      position: absolute;
      right: -20px;
      top: -20px;
      border-radius: 50%;
      z-index: 3;
      background-color: #FFF;
      color: #000;
      width: 40px;
      height: 40px;
      padding: 0px;
      text-align: center;
      line-height: 38px;
      font-size: 18px;
    }




.alignleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.alignright{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

.aboutustext{
	padding-top: 20px;
}

.aboutustext p{
	font-size: 18px;
	line-height: 30px;
}


.GlobalPartnersContainer{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f6f6f6;
 padding-left: 30px;
    padding-right: 30px;
    
}

.GlobalPartnersContainer h2{
   color: #010101;
    opacity: .8;
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.GlobalPartnersContainer h2 span{
    color: #4f4f4f;
}
.GlobalPartnersContainer p{
    margin-bottom: 60px;
}
.GlobalPartnersContainer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.GlobalPartnersContainer ul li {
    width: 20%;
    border: 1px solid #d1dadf;
    margin: -1px 0 0 -1px;
    background-color: #FFF !important;
     transition: all .25s ease-in-out;
}
.GlobalPartnersContainer ul li:after{
    display: none;
}
.GlobalPartnersContainer ul li .logo-frame {
    height: 130px;
    height:14.75rem;
}
.GlobalPartnersContainer ul li a{
    position: relative;
    display: block;
}

.GlobalPartnersContainer ul li .logo-frame img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 180px;
    max-width: 15.75rem;
    max-height: 80px;
    width: auto;
    height: auto;
}


.GlobalPartnersContainer ul li:hover{
     border: 1px solid #fd710f;
    z-index: 1;
}


.KaiserBanner{
	background: #232323;
	padding-top: 10px;
	padding-bottom: 10px;
}
.KaiserBanner .BannerLogo{
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

.innerbanner.KaiserBanner .banner_text h3{
	font-size:40px;
    line-height:60px;
	color:#fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.KaiserBanner .BannerLogo img{
	width: 100%;
	height: auto;
}

.innerbanner.KaiserBanner .banner_text p{
	margin-right: auto;
    margin-left: auto;
    max-width: 860px;
    font-size: 30px;
    margin-top: 30px;
    font-weight: 300;
    color: #999;
}





.KaiserProject{
    background-color: #f5f5f5;
}

.KaiserProject .IndexProjectImage{
  width: 100%;
}


.KaiserProject .IndexProjectImage img{
    width: 100%;
    height: auto;
}

.nopadding{
    padding: 0px;
}

.KaiserProject .IndexProjectText{
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 60px;
}

.KaiserProject .IndexProjectText h3{
    font-size:35px;
    color: #999;
    margin: 0px;
    padding: 0px;
    line-height: 50px;
    margin-bottom: 40px;
    font-weight: 300;
}

.KaiserProject .IndexProjectText h3 span{
    color: #000;
    font-weight: 700;
}

.KaiserProject .IndexProjectText p{
    font-size: 16px;
    line-height: 30px;
}


.heightlighttext{
	 font-size:30px;
    color: #000;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 400;
}


.ConactBodyContainer{
}

.ConactBodyContainer .form-control {
    border-radius: 0px;
    height: 38px;
    box-shadow: none;
}
.ConactBodyContainer h2 span{
    color: #333;
}

.ConactBodyContainer textarea.form-control{
    height: 125px;
}
.ConactBodyContainer .HeadingLine{
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.ConactBodyContainer .form-group{
     margin-bottom: 25px;
}

.ConactBodyContainer  .btn-primary{
    background-color: #333;
    border: 0px;
    padding: 12px 50px;
    border-radius: 0px;
    position: relative;
}
.ConactBodyContainer textarea{
    width: 100%;
    min-height: 150px;
}

.contact-text{
    padding: 20px;
}

.contact-text p{
    margin-bottom: 35px;
}














