@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Poppins-medium;
  src: url(../fonts/Poppins-medium.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}

.h1-font{ font-family:Poppins-SemiBold; font-size:30px;}
.h1-font-2{ font-family:Poppins-SemiBold; font-size:80px;}
.h1-font-3{ font-family:Poppins-SemiBold; font-size:57px;}
.text-p{ font-family:Poppins-Regular; font-size:14px; color:#222222;}
.set-text{ width:70%; height:auto; margin:40px auto;}
.web-text{font-family:Poppins-SemiBold; font-size:14px; color:#222222;}
.web-h{font-family:Poppins-SemiBold; font-size:50px;}
  .nav{
    float: right;
  }
   .navv{
    float: left;
  }
  .navbar-brand{
    height: auto;
    padding: 0px;
  }
  .navbar-brand-b{
    height: auto;
    padding: 20px;
	width:70%; float:right;
  }
  
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0px;
  }
  .navbar-toggle .icon-bar{
    background-color: gray;
  }
  .navbar-toggle{
    border: 1px solid gray;
  }
  .contact{
    background-color: #0a0e7a;
  }
  ul{
    list-style: none;
    padding-left: 0px;
  }
  /* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel-control.left span {
  padding: 15px;
}

.carousel-control.right span {
  padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
  background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
  padding: 10px;
}

.header-text h3 span {
  background-color: #000;
  padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.phone-text{
	color:white;  padding:0px;font-size: 20px;
    margin: 15px 0px 0px 15px; float:left;font-family: Poppins-medium;}
.imagee{ width:auto; height:auto; float:left; padding:10px;}
.list-box{ width:100%; height:auto; float:left; margin-top:20px;}
.list-view{ width:auto; height:auto; float:left; margin-right:20px; margin-bottom:22px;font-family: Poppins-medium; font-size:15px; color:#222222;}
.list-view-2{ width:auto; height:auto; float:left; margin-right:20px; margin-bottom:22px; color:white; font-family: Poppins-medium;}
.list-view-3{ width:auto; height:auto; float:left; margin-right:20px; margin-bottom:22px; color:black;}
.imagee-list{ width:auto; height:auto; float:left; padding-right:10px;}

#background{
	background-image: url(../assets/back_image.png);
	
	width:100%;
	height:auto;
	float:left;}
	.space{ width:100%; height:30px; float:left;}
	
	
	#parallax { 
  /* The image used */
  background-image: url(../assets/back_image.png);

  /* Set a specific height */
  height: auto; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:5em;
}

.image-ne{ background:url(../assets/home-networking-bg.png) no-repeat; width:100%; height:250px; float:left;}
.bottom{ width:100%; height:auto; float:left;  margin-top:5em;}
.news-letter{
	width:100%;
	height:300px;
	max-height:300px;
	background-color:#090e7b;}
	
.padd{ padding:0px;}.paddd{ padding:0px;}
.blue-text{font-family:Poppins-SemiBold; font-size:50px; text-align:center; width:100%; height:auto; float:left; margin-top:1em; color:white;}
.email{ width:60%; height:auto; margin-top:20px; float:right;}
.news-letterr{
	width:100%;
	height:300px;
	max-height:300px;
	background-color:#dbdbdb;}
.box-t{ width:100%; height:auto; float:left;font-family:Poppins-Medium; font-size:20px; padding:50px 0px 0px 40px; line-height:30px;}

.search_box_main.search_box {
    width:70%;
  
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
	float:left;
	margin:30px 0px 0px 30px;
}
.search_box_main.search_box label {
    width: 100%;
    margin-bottom: 0px;
}
.search_box_main .search_field {
    width: 100%;
    height: 55px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 85px;
    outline: none;
    border: 1px solid #d7d7d7;
    font-family:Poppins-Medium !important;
}
.search_box_main .searc_icon_btn {
    width: 150px;
    height: 53px;
    background: #0f804a;
    border: 1px solid #d7d7d7;
    border-radius: 50px;
    color: white;
    text-align: center;
    position: absolute;
    right: 2px;
    font-size: 14px;
    
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
