#footer>.footer-copyright>.container>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; 
}

@media (max-width: 991.98px) {
      .slider-text h1 {
        font-size: 40px; } 
}

.slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8); 
}

.slider-text p strong {
      font-weight: 700; 
}

.slider-text p strong a {
        color: #1b212c; 
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; 
}


.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; 
}

.btn.btn-primary {
    /*background: #167ce9;*/
    /*border: 1px solid #167ce9;*/
    background: #43A7F1;
    border: 1px solid #43A7F1;
    color: #fff; 
}

.btn.btn-primary:hover {
    border: 1px solid #167ce9;
    /*border: 1px solid #43A7F1;*/
    background: transparent !important;
    color: #167ce9;
    /*color: #43A7F1;*/
}

.btn.btn-secondary {
    background:  rgb(255, 204, 000);
    border: 1px solid rgb(255, 204, 000);
    color: #fff; 
}

.btn.btn-secondary:hover {
    border: 1px solid #ffc300;
    background: transparent;
    color: #ffc300; 
}

.py-3 { padding-top: 1rem !important; }
.px-4 { padding-right: 1.5rem !important; }
.py-3 { padding-bottom: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; }


.text-center a {
    font-size: 17px;
    color: #fff;
}

.myfont {
  font-family:  Roboto;
  font-size: 17px;
}

.map-responsive {

  overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}










