@font-face {
  font-family: avenir;
  src: url(../fonts/avenirlt.otf);
}
@font-face {
  font-family: avenir_bold;
  src: url(../fonts/avenirlt_bold.ttf);
}
.popins_font{
    font-family: 'Poppins', sans-serif;
}
@media(max-width:10000px){
    body{
        max-width:1600px;
        margin:0 auto;
    }
}
body{
    font-family: avenir;
    font-size: 18px;
    line-height: 1.5em;
    color:rgb(51,51,51);
    
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    margin-bottom:25px;
    font-weight:700;
}
h2{
    font-size:34px;
    margin-bottom:35px;
}
.team_div h4{
    font-weight:400;
    font-size:28px;
}
p{
    text-align: justify;
}
.why_icon_div p{
  text-align:center;
  font-weight:600;
  font-size:19px;
}
.team_div p{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.w100{
	width:100%;
}
.customsec{
	padding-top:40px;
	padding-bottom:20px;
}
.customsec1{
    padding-top:30px;
	padding-bottom:30px;
}
.bg_orange{
    background:#e18432;
}
.orage_h3{
    color:#fff;
    margin-bottom:0;
    font-weight:700;
    font-size:30px;
}
.mt_20{
    margin-top:20px;
}
.mb_20{
    margin-bottom:20px;
}
.posrel {
    position: relative;
}
.copyright{
	background-color: #101f46;
}
.navbar{
	position: sticky;
	-webkit-position: sticky;
	top:0;
	z-index:2;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar {
    padding: 1rem 0.5rem;
    background: #fff;
    padding-top: 2px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}
.navbar-brand{
	padding-top:2px;
	padding-bottom:2px;
}
.nav-item.active a{
    color:#ff9259!important;
}
.navbar-toggler {
    border: 0;
}
.close_icon{
	display:none;
}
.show_mobile{
    display:none;
}
.copyright small{
    font-size: 13px;
    color: #cac8c8;
}
.afr_map{
    width:65%;
    margin:0 auto;
}
.why_icon{
    width:120px;
    margin-bottom:10px;
}
.team_img{
    width:150px;
    border-radius:50%;
    margin-bottom:15px;
}
.contact_btn{
    background:#db6b09;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    min-width:40%;
    font-size:17px;
    border-radius:0;
    font-weight:500;
}
.contact_btn:hover{
    background:#924706;
    color:#fff;
}
.social_div{
    right: 5px;
    min-width: 170px;
    text-align: right;
    position: absolute;
    top: 20px;
}
.social_div a {
    margin-right:4px;
}
.social_div a img{
    width:38px;
}
.team_div{
    padding: 15%;
}

/********************************* Responsive Design ********************************/

@media (max-width:1199.9px) {

}
/* navbar becomes mobile sidebar under lg breakpoint */
@media (max-width: 992px) {
.nav-item{
    text-align:center;
}
.close_icon{
	display: block;
    position: absolute;
    right: 1em;
    top: 0.5em;
    color:#000;
}
.navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -45%;
    transition: all 0.2s ease;
}
.navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    transition: right 0.55s ease;
    background: #f9f9f9;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    padding-left: 0px;
    padding-top: 3em;
}
.extra_center{
    text-align:center;
}
.hide_br{
    display:none!important;
}
}
@media(max-width:575.9px){
.mob_center{
	text-align:center!important;
}
.customsec, .customsec1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.orage_h3 {
    font-size: 22px;
}
.hide_br{
    display:none!important;
}
.why_icon {
    width: 70px;
}
h2 {
    font-size: 27px;
}
.team_div h4 {
    font-size: 23px;
}
.why_icon_div p {
    font-size: 17px;
    line-height: 19px;
}
.afr_map {
    width: 90%;
    margin: 0 auto;
}
.mob_pad_top{
    padding-top:5px;
}
.contact_btn{
    min-width:90%;
}
.mob_start{
    text-align:start!important;
}
.social_div a img {
    width: 30px;
}
.navbar-brand img{
    width: 150px!important;
}
}