@font-face {
  font-family:bolton;
  src: url(img/BoltonLight.ttf);
}
@font-face {
  font-family:Arial Narrow;
  src: url(img/ArialNarrow.ttf);
}
@font-face {
  font-family:Arial Black;
  src: url(img/ariblk.ttf);
}
.lead {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: normal;
}
.service-icon {
    background-color: #ffcc33!important;
    color: #333!important;
	}
.aboutul{
	padding: 0;
    margin: 0 0 60px;
	}
.aboutul li{
	list-style: none;
    font-size: 18px;
    line-height: normal;
    padding: 4px 0;
	}
.text-secondary {
    color: #ffcc33!important;
}	
.onlyb{
	background-color: #ffcc33;
    border-radius: 200px;
    font-weight: normal;
    color: #333!important;
    line-height: normal;
    border: 1px solid #ffcc33;
    padding: 16px 40px;
	transition:all .5s ease;
	}
.onlyb:hover{
	background-color: #fff;
    border: 1px solid #ffcc33;
	transition:all .5s ease;
	box-shadow:0 0;
	}
	
.bg-my{
	background-image: url(img/world-map.png);
    background-position: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
	}

	
footer.footer img{ margin-top:10px;}	
.text-faded {
    color: #333!important;
    font-size: 20px!important;
}
.masthead h1{
	font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #999;
    margin: 0!important;
    font-family: Arial Narrow, Helvetica, sans-serif;
	}
.masthead h1 span{
	font-family: "bolton", sans-serif;
    color: #ffcc33;
    font-size: 40px;
    font-weight: normal;
    padding-left: 5px;
	}
.masthead .mb-5, .masthead .my-5{
    color: #444444;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 12px;
    margin: 0!important;
    line-height: normal;
    font-family: Arial Black, Helvetica, sans-serif;
	}	
.boxin{
	display: table;
    width: 100%;
    max-width: 400px;
    height: auto;
	margin:3rem 0;
	}
.boxinleft{
	display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 0 20px;
	width:30%;
	}
.boxinleft img{
    width: 100%;
    max-width:50px;
	margin-top:40px;
	}

.boxinright{
    display: table-cell;
    vertical-align: top;
    font-size: 13px;
    line-height: 15px;
    color: #444444;
    width: 70%;
	}
.boxb-copyright p{
    font-size: 12px;
    line-height: normal;
    color: #999;
    margin-bottom: 10px;
	}
.boxb-copyright{
	display:block;
	width:100%;
	text-align:left;
	}
.boxb-copyright img{
    max-width: 24px;
    width: 100%;
	}
.masthead{ padding-top:12rem;background-color:#e7edf1;}	
.weblogo{
	display: block;
    width: 100%;
	position:relative;
	}
#sidebar-wrapper{
	top: 0;
    background-color: #ffcc33;
	}
.sidebar-nav>.sidebar-brand a{ color:#444444;}
.sidebar-nav li.sidebar-nav-item a{color:#444444; border-bottom:1px solid rgba(52,58,64,.1);}	
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #444444;
    background:rgba(52,58,64,.1);
}

.weblogo .menu-toggle {
    position: absolute;
    right:0;
    top:0;
    width: 24px;
    height: 45px;
    text-align: center;
    color: #444;
    background: transparent;
    line-height: 45px;
    font-size: 26px;
    z-index: 999;
    font-weight: bold;
	}
	
.logoarea{
	position: absolute;
    z-index: 1;
    width: 100%;
    top: 17px;
	}	
.phonebox{
    float: right;
    line-height: 50px;
    font-size: 18px;
    font-family: Arial Narrow, Helvetica, sans-serif;
    position: fixed;
    right: 8.8%;
	top:18px;
	padding-right:40px;
	}	
.weblogo img{
	max-width: 260px;
    width: 100%;
	}
.weblogo a{}
.weblogo a:hover{}
	
.boxinright p{font-style: italic;}
.boxinright h4{
    font-family: "bolton", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #444;
	}
.header_parent{}
	
.boxinright .btn-primary{
    background-color: #ffcc33!important;
    border: none;
    box-shadow: 0 0;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    transition: all .5s ease;
    color: #444!important;
    border-radius: 0;
	}
.boxinright .btn-primary:hover{ background-color:#ccc!important;transition: all .5s ease;}
	
@media screen and ( max-width: 575px ) {
.phonebox{right:15px;} 
}

@media screen and ( max-width: 475px ) {
.weblogo{margin-top: 50px; text-align: center;} 
}