﻿.width-100 {
  width: 100%;
}

#world-map-div {
  margin-top: -100px;
}

#world-map {
  margin: auto;
  max-width: 960px;
  height: 700px;
  position: relative;
}

@media (max-width: 768px) {
  #world-map {
    height: 300px;
  }

  #world-map-div {
    margin-top: -50px;
  }
}

svg, svg * {
  overflow: visible !important;
}

.center {
  margin: auto;
}

.text-center {
  text-align: center;
}

.education-content1 h3 {
  color: #FFFFFF;
}

#contact {

}

#contact h2:after {
  background-color: #2896ca
}

#contact h2 {
  width: 100%;
  font-size: 34px;
  text-transform: capitalize;
  margin-top: 0;
  color: #2896ca;
}

.mobile-menu {
  background-image: url('../images/logo_black.png');
  background-repeat: no-repeat;
  background-position: center center;
}

/* back to top smooth scroll*/

.Myfooter {
  text-align: center;
  background-color: #353944;
}

.Myfooter .social-links {
  width: 100%;
  padding: 7px;
  cursor: default
}

.Myfooter .social-links .br {
  display: none
}

.Myfooter .social-links li {
  display: inline-block
}

.Myfooter .social-links li a {
  height: 30px;
  width: 30px;
  background-color: #3b3f4c;
  color: #9199af;
  font-size: 13px;
  margin: 2px 2px 2px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.Myfooter .social-links li a i:before {
  -webkit-transition: none;
  transition: none
}

.Myfooter .social-links li a:hover {
  color: #fff
}