@charset "utf-8";

/* 
27BDBC 
orange d12e2e
#61CE70
#6EC1E4
#54595F
#7A7A7A
#61CE70
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500;600;700;900&display=swap');

 


body { background: #ffffff none repeat scroll 0 0; color: #333333;    font-family: 'Poppins', sans-serif;     font-size: 16px;}


h1{ font-size: 40px; font-weight:bold;  }
h2{ font-size: 30px !important;font-weight:bold; }
h3{ font-size: 26px !important; font-weight:bold; }
h4{ font-size: 20px !important;font-weight:bold; }


.color1 { color:#f69b1d;  }
.color2 { color:#e84854;  }
.color3 { color:#1a5a8d;  }
.color4 { color:#5dc6d6;  }



.logo { width:250px; }
 
.bg_top { background-image:url('../images/bg_top1.jpg'); background-repeat:no-repeat;   text-align:center; }
.bg_top h1{ color:#d12e2e;  }
.bg1{ background-color: #f49a1f; }
.bg2{ background-color: #e84552; }
.bg3{ background-color: #19598c; }
.bg4{ background-color: #5ec3d3; }
.bg5{ background-color: #333333; }



.headermenu { border-bottom:#ccc solid 1px; border-top:#ccc solid 1px; }
.nav-link { padding:10px 30px!important ;  }

.team_pic{
    width: 150px;
    -webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
margin: 5px;
padding: 5px;
border:#ccc solid 2px; 
/*border-top:#f69b1d solid 2px;   border-right:#e84854 solid 2px;  border-bottom:#1a5a8d solid 2px; border-left:#5dc6d6 solid 2px; */
}


 

.icon1{ height:100px;  }
.icon2{ height:100px;  }
.footer_menu{ list-style:none;   }
.footer_menu li { padding:10px 0px;  }
.footer_menu a:link{ color:#000; text-decoration:none;  }
.footer_menu a:hover{ color:#fff;  }
.footer_menu a:visited{ color:#000;  }
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1) !important ;
}
