#myFooter {
    background-color: #FA483C !important;
    color: white;
    padding-top: 20px;
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.28);
}

#map-container {
    height: 240px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

#myFooter .row {
    margin: 0 85px;
}

#myFooter .footer-copyright {
    background-color: #F54337 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.28);
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter .container {
    width: auto;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a {
    color: white;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #d2d1d1;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 38px;
}

#myFooter .fa {
    font-size: 30px;
    margin-right: 15px;
    margin-left: 20px;
    background-color: white;
    color: #182c39;
    border-radius: 51%;
    padding: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 31px;
    text-decoration: none;
    transition: color 0.2s;
}

#myFooter .fa-facebook:hover {
    color: #2b55ff;
}

#myFooter .fa-facebook:focus {
    color: #2b55ff;
}

#myFooter .fa-google-plus:hover {
    color: red;
}

#myFooter .fa-google-plus:focus {
    color: red;
}

#myFooter .fa-twitter:hover {
    color: #00aced;
}

#myFooter .fa-twitter:focus {
    color: #00aced;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
    #myFooter .row {
        margin: 0;
    }
}



/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

html{
    height: 100%;
}

body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}





/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/


.other-p-01{
    margin: auto;
    margin-bottom: 50px;
    text-transform: none;
    text-align: center;
    margin-top: 16px;
    max-width: 650px;
    font-size: 16px;
    line-height: 1.4;
}

.end-div{
    background-color: #fff; height: auto; border-radius: 25px; text-align: center; padding-top: 125px; padding-bottom: 130px;
}

.upper-footer-p {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #e8e8e8 !important;
    margin-bottom: 35px !important;
}

.gray-color{
     color: #e8e8e8 !important;
}

.socials-widget a {
    font-size: 15px;
    border-radius: 90px;
    margin-right: 25px;
    height: 35px;
    display: block;
    line-height: 30px;
    float: left;
    text-align: center;
    transition: .25s;
    color: white;
}

.socials-widget a:hover {
    color: #FA483C;
}


.top-footer-tittle{
    font-size: 14px;
    font-weight: 700;
    color: inherit;
    margin-bottom: 30px;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-bottom: 27px !important;
    letter-spacing: -.3px;
    text-align: left;
    color: white;
}

.links-footer{
    font-size: 13px;
    font-weight: bold;
    color: inherit;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    font-size: 13px; margin-bottom: 25px;
}

.links-footer:hover{
    opacity: .65 !important;
}

.navbar-brand{
    font-family: 'Fredoka One', cursive !important;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .2s;
    -webkit-animation-name: kd-zoomIn;
    animation-name: kd-zoomIn;
    transition: .3s !important;
}

.navbar-brand-footer{
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: rgb(255, 255, 255)!important;
    font-weight: bold;
    margin-bottom: 27px !important;
}
.social-links a{
  text-align:center;
    float: left;
    width: 36px;
    height: 36px;
    border: 2px solid #909090;
    border-radius: 100%;
    margin-right: 7px; /*space between*/
    display: flex;
    align-items: flex-start;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
} 
.social-links a i{
    font-size: 20px;
    align-self:center;
    color: #909090;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin: 0 auto;
}
.social-links a i::before{
  display:inline-block;
  text-decoration:none;
}
.social-links a:hover{
  background:#CA6666;
  transform: scale(1.3);
  border-color: #CA6666;
}
.social-links a:hover i{
  color: #1F1F1F;
}