@font-face {
 font-family:Akzidenz-Grotesk BQ;
   src: url(fonts/AkzidenzGrotesk-Medium_2.otf);
}
@font-face {
font-family:Georgia;
   src: url(fonts/Georgia_4.ttf);
}
@font-face {
font-family:Open Sans;
   src: url(fonts/OpenSans-Regular.ttf);
}

.bnt-caret{
	color:#00AFEF;
	padding:10px;
	font-size:60px;
}
.bnt-caret:hover,.bnt-caret:focus {
	color:#444;
	padding:10px;
	font-size:60px;
}

.p_menu{
	padding:0px;
	display:block;
	overflow:hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	
}
.p_menu a{
	padding:10px 15px;
	cursor:pointer;
	display:block;
	float:left;
	color:#a5a5a5;
	font-size:12px;
	text-decoration:none;
}
.p_menu a:hover,.p_menu a:focus{
	background-color:#00AFEF;
	color:#FFF;

	border-top-right-radius:20px; 
	border-bottom-left-radius:20px; 
}
.pdiv1{
	width:27px;
	height:27px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	transform: rotate(45deg); /* Standard syntax */

    margin-left: 10px;
    margin-top: 6px;
    margin-left: -14px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.pdiv2{
	width:27px;
	height:27px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	transform: rotate(45deg); /* Standard syntax */

    margin-left: 10px;
    margin-top: 6px;
    margin-right: -14px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}


.jumbotron {
    padding: 0;
}
.slider_title{
	font-family:Akzidenz-Grotesk BQ;
	font-size:34px!important;
	color:#FFF;
	text-align:center;

}
.slider_subtitle{
	font-family:Open Sans;
	font-size:16px !important;
	color:#eab638;
	text-align:center;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
}
.btn{
	border-radius:0px;
	font-family:Akzidenz-Grotesk BQ;
	font-size:14px!important;
	text-transform: uppercase;
	padding:10px;
}
.btn-primary{

	background-color:#00AFEF;
}
.btn-danger{
	background-color:#00AFEF;
}
.navbar .nav>li>a {
	font-weight:normal;
	font-size:12px;
	padding: 7px 20px;
	color:#979797;
	margin-top:10px;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus{
	background-color:#00AFEF;
	color:#FFF;
    padding: 7px 20px;
}
.navbar .nav>li>a:hover{
		background-color:#00AFEF;
	color:#FFF;

    padding: 7px 20px;
}

.navbar-default+div {
	margin-top: 0px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: absolute;
}
.navbar .nav>li>a.social_media, .navbar .nav>.active>a.social_media, .navbar .nav>.active>a:hover.social_media, .navbar .nav>.active>a:focus.social_media{
	height:35px;
	width:35px;
	margin-left:10px;
	text-align:center;
	font-size:20px;
	padding-left:0px; 
	padding-right:0px; 
	border-radius:50%;
}
.navbar .nav>li>a.social_media:hover{
	background-color:#00AFEF;
	color:#FFF;
	
}
a.ScrollDown{
	color:#FFF;
	font-size:50px;
}
a.ScrollDown:hover{
	color:#00AFEF;
	font-size:50px;
}
.h_title{
		background-image: url(../images/icon/title.png); 
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-bottom:20px;
		font-size:26px;
		color:#272727;
		text-transform:uppercase;
		text-align:center;
}
.h_title2{
		padding-bottom:10px;
		font-size:22px;
		color:#272727;
		text-transform:uppercase;
		
}
p.h_sub_title{
	font-weight:normal;
	font-size:16px;
	color:#949494;	
	text-align:center;
	width:80%;
	margin:20px auto;
}
p{
	font-weight:normal;
	font-size:16px;
	color:#949494;	
}
p.h_sub_title1{
	font-weight:normal;
	font-size:18px;
	font-weight:bold;
	font-family:Georgia;
	color:#f9bf3b;	
	text-align:center;
	margin:0px auto;
	
}
p.h_sub_title2{
	font-size:16px;
	color:#00AFEF;	
	padding-bottom:30px;	
}
#tab_bg{
	background-image: url(../images/tab.png); 
	background-repeat: no-repeat;
	background-size: 100%;
	width:80%;

	margin:0px auto;
	padding-top:3.4%;
	padding-bottom:4.4%;

}
#tab_bg .inner{
	background:#00AFEF;
	width:83%;

	margin:0px auto;

}
#section1{
	background-image: url(../images/section1_bg.jpg); 
	background-position: center top;
	padding: 50px 0px;
	background-color:#FFF;

}
#section2{
	padding: 50px 0px;
	background-color:#f7f7f7;

}
#section3{
	padding: 50px 0px;
	background-color:#FFF;

}
.jumbotron {
    margin-bottom: 0px;
}
.service_icon{
	background-color:#00AFEF;
	color:#00AFEF;
	margin:20px auto;
	width:140;
	height:140px;
	line-height:110px;

	text-align:center;
	border:15px solid #FFF;
	box-shadow: 0px 0px 5px 0px #000;	
	border-radius:10px;
}
.servers h1{
	color:#272727;
	font-family:Akzidenz-Grotesk BQ;
	font-size:16px;
	text-transform:uppercase;
	margin:30px auto;
}
.servers p{
	font-family:Akzidenz-Grotesk BQ;
	color:#868686;
	font-size:16px;
	font-weight:normal;
	margin:30px auto;

}
.servers .btn-primary{
	background-color:#fff;
	color:#000;
	
}
.servers .btn-primary:hover{
	background-color:#fff !important;
	color:#00AFEF !important;
}

.h_title_blue{
	font-size:30px;
	font-family:Akzidenz-Grotesk BQ;
	color:#00AFEF;
	text-transform:uppercase;	
	margin:20px 0px;
}
.h_title_black{
	font-size:30px;
	font-family:Akzidenz-Grotesk BQ;
	color:#2a2a2a;
	text-transform:uppercase;
	margin:20px 0px;
}
p{
	color:#979797;
	font-family:Arial;
	font-size:14px;
}
.what_we_are .thumbnail{
	padding: 50px 10px;
	margin:0px;
	margin-top:-1px;
	margin-left:-1px;
	border-radius:0px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.what_we_are .thumbnail a{
	color:#000;
}
.what_we_are .thumbnail:hover a{
	color:#FFF;
}
.what_we_are .thumbnail:hover{
	background-color:#00AFEF;
	color:#FFF;
}
.what_we_are .thumbnail img{
	height:50px;
}
.footer {
  
    background: url(../images/footer_bg.jpg);

}
.footer p{
	font-size:18px;
	color:#FFF;
	font-family:Akzidenz-Grotesk BQ;

}
.footer ul li{
	padding:8px;
	display:block;

}
.footer ul li a{
	font-size:14px;
	color:#8f8f8f;
	font-family:Akzidenz-Grotesk BQ;
	text-decoration:none;
}
.footer ul li a:hover{

	color:#00AFEF !important;
}


a.social_media_footer{
	background-color:#00AFEF;
	font-size:18px;
	color:#FFF;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-right:10px;
	border-radius:150%;
	float:left;
	display:block;
	text-decoration:none;
	
}
a.social_media_footer:hover{
	background-color:#00AFEF;
}
.copy_right{

	font-size:12px; 
	color:#494949; 
	font-family:Arial; 
	text-align:center;
}
.copy_right a{
	margin:20px 5px;
	color:#494949; 
	font-weight:bold;	
	text-decoration:none;

}
.copy_right a:hover{

	color:#00AFEF; 


}

#rotateDiv{
	border-bottom-left-radius:30px;
 width: 100%;
  height: 25%;
  background-color: #FFF;
    -ms-transform: rotate(15deg); /* IE 9 */
  -webkit-transform: rotate(15deg); /* Safari */
  transform: rotate(15deg); /* Standard syntax */
  box-shadow: 0px 2px 10px; #000;

	
}

#rotateDiv #myDiv {
	border-bottom-left-radius:30px;
	margin:0px auto;
	width: 90%;
	height: 100%;
	-ms-transform: rotate(-20deg); /* IE 9 */
	-webkit-transform: rotate(-20eg); /* Safari */
	transform: rotate(-20deg); /* Standard syntax */
    background-color:#333;
	 border:5px solid #881f24;
	 box-shadow: 0px 2px 10px; #000;
}
.advertisement{
	font-family:Akzidenz-Grotesk BQ;
	padding:20px;
	text-align:center;
	background-color:#000;
	text-transform:uppercase;
}
.advertisement .title{
	color:#FFF;
	font-size:35px;
	margin:0px;
	font-weight:bold;
	
}
.advertisement .sine{
	color:#f6801d;
	font-size:30px;
	margin:0px;
	font-weight:bold;
	
}
.advertisement a{
	color:#7c7c7c;
	font-size:18px;
	border-bottom:2px solid #7c7c7c;
	text-decoration:none;
	
}
.advertisement a:hover{
	color:#00AFEF;
	border-bottom:2px solid #00AFEF;
	
}
.branding{
	padding:30px;
}
.branding p{
	font-family:Akzidenz-Grotesk BQ;
	 color: #454545;
	 font-size:16px;
}
.main_features .heading{
	font-family:Akzidenz-Grotesk BQ;
	font-size:16px;
	color:#323232;
	text-transform:uppercase;
	margin-bottom:15px;
}

.main_features p{
	font-family:Arial;
	font-size:14px;
	color:#979797;
	text-align:justify;
}
.content_marketing .heading{
	font-family:Akzidenz-Grotesk BQ;
	font-size:16px;
	color:#323232;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

.content_marketing p{
	font-family:Arial;
	font-size:14px;
	color:#979797;
	text-align:center;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.port_inner{
	margin-bottom:30px;
	padding:0px;
	background-color:#FFF;
	border-radius:20px;
	border:1px solid #999;
	display:block;
	overflow:hidden;
}
.port_inner:hover{
	box-shadow: 0px 0px 10px 1px #222;
}
.port_inner a{
	width:100%;
	display:block;
	float:left;
	
}
.port_inner p{
	color:#555;
	font-weight:bold;
	padding:15px;
	display:block;
	float:left;
	
}
.filter1{
	padding:15px;
}
.filter1 img{
	/*border:3px solid #00AFEF;*/
}
.filter1 a{
	padding:10px;
	background-color:#00AFEF;
	color:#FFF;
	display:block;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
.filter1 a:hover{
	background-color:#d46344;
}
.pagination a{
	background-color:#00AFEF;
	color:#000;
	padding:8px 16px;
	margin-right:5px;
	text-align:center;
	display:block;
	float:left;
}
.pagination a:hover{
	color:#FFF;
	background-color:#d46344;
	
}
.pagination a.active{
	background-color:#d46344;
	color:#FFF;	
}


.block {
  text-align: center;
  background-color: rgba(0,0,0, 0.2 );
  margin: 0px;
  margin-top:-600px;
  height:600px;
  z-index:2;
 position:relative;
}
 
.block:before {
  content: '\200B';
/*   content: '';
  margin-left: -0.25em; */
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
 }
 
.centered {
	text-align:left;
  display: inline-block;
  vertical-align: middle;
  width:60%;
  padding: 0px;
  border: #00AFEF solid 2px;
  background: #fff;
 }
.centered .title{
	color:#FFF;
	background-color:#00AFEF;
	font-family:Akzidenz-Grotesk BQ;
	font-size:34px;
	padding:10px;
	margin-bottom:20px;
	text-transform:uppercase;
	display:block;
 }
.centered .input{
	width:100%; 
	padding:10px; 
	border-radius:0px; 
	border: none; 
	border-bottom:1px solid #888;
 }
.centered .title2{
	color:#000;
	font-family:Akzidenz-Grotesk BQ;
	font-size:15;
	text-transform:uppercase;
 }
.centered p{
	color:#000;
 }
.map{
	width:100%;  
	height:750px; 
	margin-top:-100px;
}

@media (max-width: 768px) {
	
.map{
 height:1200px; 
}	
.block {

  margin-top:-1050px;
  height:800px;
}
.centered{
	margin-top: 50px;
	width:80%;
}
.centered .title{

	font-size:20px;
	
 }
}



















