/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
@font-face {
  font-family: 'Proxima Nova';
  src: url("font/proximanova-regular-webfont.woff") format('woff');
}
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("font/proximanova-bold-webfont.woff") format('woff');
}
.header-row{
	padding: 10px 0;
	border-bottom:2px solid #1B85C3;
}
strong,b{
	font-family: 'Proxima Nova Bold';
	font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .header-row{
	padding: 30px 0;	
  }
  #logo{
	/* margin-right: unset; */
    /* margin-right: 15%; */
	position: absolute;
  }
  .primary-menu{
	  margin-left: auto;
      margin-right: auto;
  }
  .bigtitle{margin-top: 4rem;}
  .heading-block::after {
    width: 450px;
  }
  .bigtitle img{max-width:450px}
  .vcenter .arrows{margin-top:-77px}
  .vcenter .d3.arrows{margin-top:-30px}
}
.bigspace{margin-top: 50px;}
.space{margin-top: 50px;}
.bio h3{font-weight:400;font-size: 20px;}
.bio img,.portinfo img{width:100%}
@media only screen and (max-width: 991px) {
	#logo img{
	  max-width: 120px;
	  height: auto!Important;
	}
	
}
@media only screen and (max-width: 500px) {
	.heading-block::after {
		width: 300px!Important;
	  }
	  .portfoliolist .mbh{padding-top: 30px;}
}
.header-row .menu-link{
	color:#1B85C3;
}
.header-row .menu-link:hover{
	color:#212529;
}
.clear{clear:both}
.heading-block::after {
  margin-top: 20px!important;
  width: 480px;
  border-top: 2px solid #1B85C3;
}
.portfoliolist img:hover{opacity:.9}
.form-widget .form-control{
	border:2px solid #1B85C3;
	font-weight: 600;
	border-radius: 15px;
}
.form-widget .form-control.error{
	border:2px solid red;
}	
.form-widget textarea{min-height: 220px;}
.form-control::-webkit-input-placeholder { 
  opacity:.7;
}
.form-control::-moz-placeholder { 
  opacity:.7;
}
.form-control:-ms-input-placeholder { 
  opacity:.7;
}
.form-control:-moz-placeholder { 
  opacity:.7;
}	
.form-widget .center{
	margin:auto;
	text-align:center
}
.form-widget .button{border-radius: 15px;}
.contact .form-result.alert{
  font-size: 20px;
  font-weight: 600;
} 
.portinfo {font-size:17px}
.portinfo .infobox{max-width:480px}
.portinfo .infobox2 a{color:#212529}
.vcenter{
    display: flex;
  justify-content: center;
  align-items: center;
} 
.vcenter a{color:#000;font-size: 25px;}
.vcenter a:hover{color:#1B85C3;}
.arr-right{text-align:right;}
@media only screen and (max-width: 991px) {
    .vcenter .bigtitle1 {
    margin-top: 50px;
  }
  .vcenter .arrows{margin-top:-120px}
  .vcenter .d3.arrows{margin-top:-70px}
}  
@media only screen and (min-width: 767px) {
	.padbt0{padding-bottom:0!Important}
}
@media (max-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

}  
.primary-menu .sub-menu-container .menu-link{
  font-size:16px	
}
#copyrights{padding-top:0}