html,body{
  margin:0;
  padding:0;
  background: #e8e8e8;
  overflow-x: hidden;
}

.f-color{
  color:#39214f;
}
.fy-color{
  color:#39214f;
}

.bg-white{
  background-color: #ffffff;
}

.bg-blue{
  background-color: #1f487c;
}

.bg-yellow{
  background-color: #e5e525;
}

.bg-fade-white{
  background-color: #e8e8e8;
}


/*-------------------------- header bar --------------------------*/

.hb-wrap{
  padding: 10px 0px;
  font-size: 12px;
}

.hb-elements-holder{
  display: inline-flex;
  width:100%;
}


.hb-left-w{
  display:block;
  width:50%;
  float:left;
  text-align: left;
}


.hb-left-w a{
  color: #ffffff;
  padding: 0px 30px;
}

.hb-right-w{
  display:block;
  float:left;
  width:50%;
  text-align: right;
}

.hb-right-w a{
  color: #ffffff;
  padding: 0px 20px;
}

.border-left-1w{
  border-left: 1px solid #ffffff;
}




/*-------------------------- navbar --------------------------*/


.navbar-wrap{
  background-color: #ffffff;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 0rem;
}
.navbar-brand img{
  width: 180px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 1.3rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0.86rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 0;
    box-shadow: 0px 0px 7px 0px #0d0d0d36;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 1rem 1.8rem;
  clear: both;
  font-weight: 400;
  color: #5d5d5d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 1px solid #f3f3f3;
  font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: #1f487c;
}

/*-------------------------- footer-top --------------------------*/

.footer-top{
  padding: 8px;
}

.ft-left{
  text-align: left;
}

.ft-left a{
  font-family: 'Ubuntu', sans-serif;
  color: #1f487c;
  text-decoration: underline;
}

.ft-left a:hover{
  font-weight: 700;
}

.ft-middle{
  display: block;
  margin: 0 auto;
  text-align: center;
}

.ft-middle a{
  font-family: 'Ubuntu', sans-serif;
  color: #1f487c;
  text-decoration: underline;
  padding: 0px 12px;
}

.ft-middle a:hover{
  font-weight: 700;
}

.ft-right{
  text-align: right;
}


.ft-right a{
  font-family: 'Ubuntu', sans-serif;
  color: #1f487c;
  text-decoration: underline;
}

.ft-right a:hover{
  font-weight: 700;
}

.border-left-ftm{
  border-left: 1px solid #1f487c;
}


/*Footer*/

footer{
  background-color: #1f487c;
  width:100%;
}

.footer-container{
  font-family: 'Ubuntu', sans-serif;
  padding: 70px 150px;
  display: inline-flex;
  flex-direction:row;
         flex-wrap:wrap;
  width: 100%;
}

.footer-content-box{
  display:inline-flex;
  flex-direction:column;
  width:23%;
  padding-left: 25px;
  margin-bottom: 50px;

}

.footer-content-box a{
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  padding: 0px 0px;
  border-bottom-style: solid;
  border-bottom-width: 1.1px;
  width: fit-content;
  margin: 10px 0px;

}
.footer-content-box-right{
  font-family: 'Ubuntu', sans-serif;
      display: inline-flex;
      flex-direction: column;
      padding-left: 25px;
      color: #ffffff;
      border-left-style: solid;
      border-left-width: .1px;
      border-left-color: #ffffff6b;
}
.footer-content-box-right h3{
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  color:#eff3f7;
}

.footer-content-box-right .btn{
  font-weight: 400;
  border: 1px solid #ffffff;
  color: #666666;
  background-color: #ffffff;
  width:150px;
  border-radius: 0px;
  margin: 25px 0px;

}


.footer-bottom{
  background-color: #1f487c;
  width: 100%;
  padding: 25px;
  border-top-style: solid;
  border-top-width: .1px;
  border-top-color: #4b74a9;
}

.footer-bottom h5{
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color: #eff3f7;
  text-align: center;

}
.footer-bottom h5 > a{
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color: #e5e525;
  text-align: center;

}



/*############################################### Responsive ############################################### */



@media only screen and (max-width:1200px) {

  .footer-content-box {
      display: inline-flex;
      flex-direction: column;
      width: 33%;
      padding-left: 25px;
      margin-bottom: 50px;
  }
  .footer-content-box-right {
    font-family: 'Ubuntu', sans-serif;
    display: inline-flex;
    flex-direction: column;
    padding-left: 25px;
    color: #ffffff;
    border:none;
}
}

@media only screen and (max-width:992px) {

  .footer-content-box {
      display: inline-flex;
      flex-direction: column;
      width: 48%;
      padding-left: 25px;
      margin-bottom: 50px;
  }
}

@media only screen and (max-width:768px) {
  .hb-right-w a {
      padding: 0px 8px;
  }
  .footer-content-box {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    padding-left: 25px;
    margin-bottom: 50px;
}


.footer-container{
  
  padding: 70px 0px;
  
}



}

@media only screen and (max-width:576px) {

  .hb-wrap{
    display:none;
  }
  .footer-top{display: none;}

}


/*cusotom grid*/






@media only screen and (max-width:1400px) {
  .footer-container {
    font-family: 'Ubuntu', sans-serif;
    padding: 70px 55px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
}
