
/*navbar*/
.header{
    background-color: #F7F7F7;
    position: fixed;
    z-index: 1000;
}

.navbar-light .navbar-brand {
color: #0C77A1;
font-size: 25px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
}

.navbar-light .navbar-nav .nav-link {
color: #2B3A4D;
opacity: 1;
}

.navbar-light .navbar-nav .login{
color: #1877F2;
opacity: 1;
}

.navbar-nav {
text-align: center;
}
.nav-link {
padding-right: 10px !important;
font-size: 16px;
font-weight: bold;
}
.nav-link.active,.nav-link:focus{
color: #0C77A1;
}
.navbar-toggler {
padding: 1px 5px;
font-size: 18px;
line-height: 0.3;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color:#0C77A1;
}

.header-section{
background-image: url(../images/about-us.png);
background-size: 100% 100%;
background-position: center;
padding: 50px 50px;
}

.brand-color{
	color: #91AC36;
}
.brand-bg{
	background: #91AC36;
}
.roboto{
	font-family: 'roboto', sans-serif;
}

.content-header{
    width: 95%;
    margin: 0 auto;
}

.content{
    width: 95%;
    margin: 0 auto;
}

.content-left{
    padding: 0;
}

.content-right{
    padding: 0;
    height: 300px;
    background-color: #F1F1F1;
}

.article{
   padding: 0;
  list-style: none;
}

.article-header{
    background-color: #616161;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 15px;
}
.article-header a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.article-item{
    padding-left: 15px;
    text-align: center;
}

.article-item a{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.article-item a:hover{
    color: #0C77A1;
}
.service{
    margin-top: 30px;
    text-align: center;
}

.service span{
    padding: 5px 10px;
    background-color: #E0FAE0;
}

.service-section, .footer-section{
	background-color:#F7F7F7
}
.box-list{
    list-style: none;
    padding-left: 0;
}
.box-list li {
    position: relative;
    padding-left: 40px;
}
.box-list li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('../images/check.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cta-section{
	background: #EBEBEB;
}

.footer-section{
    text-align: center;
}

/*----------------------------------
            bottom-to-top
----------------------------------*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(97,97,97,0.9);
  color: #fff;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
}

#myBtn:hover {
  background-color: rgba(255,255,255,0.1);
    border: 1px solid #616161;
    color: #616161;
}
