.contact-banner {
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.contact-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1,1);
  background-color: rgba(0,0,0,.5);
}
.contact-banner .page-center{
  z-index: 3;
  position: relative;
}
.contact-banner .contact-bannerContent {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.contact-banner .contact-bannerContent, 
.contact-banner .contact-bannerContent h1, 
.contact-banner .contact-bannerContent h2, 
.contact-banner .contact-bannerContent h3, 
.contact-banner .contact-bannerContent h4, 
.contact-banner .contact-bannerContent h5, 
.contact-banner .contact-bannerContent h6 {
  color: #fff;
}
.contact-banner .cb_content h4 .flag-icon-ca {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.contact-banner .cb_content h4 .flag-icon-ca:before {
  content: "\00a0";
}

.contact-banner .cb_content ul {
  overflow: hidden;
  text-align: center;
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  margin-top: 9px;
  margin-bottom: 8px;
}
.contact-banner .cb_content ul:nth-of-type(2){
  margin-bottom: 20px;
}
.contact-banner .cb_content ul > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.contact-banner .cb_content ul > li a{
  color: #fff;
  text-decoration: none;
}
.contact-banner .cb_content ul > li i {
  color: #1d97d4;
  padding-right: 5px;
  padding-left: 10px;
}
.contact-banner .cb_content ul > li i.fa-map-marker {
  padding-left: 0px;
}
.contact-banner .cb_content ul > li a:hover{
  color: #fff;
  text-decoration: underline;
}
.contact-banner .social-links {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  list-style: none;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.contact-banner .social-links li {
  display: inline-block;
  margin: 0 2px 2px 0;
}
.contact-banner .social-links li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  border: 1px solid #e7e7e7;
  text-decoration: underline;
  color: #fff;
}
.contact-banner .social-links.animated-effect-1 li a {
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
  position: relative;
  z-index: 1;
}
.contact-banner .social-links.circle li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.contact-banner .social-links li a i {
  line-height: 40px;
}
.contact-banner .social-links.animated-effect-1 li a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  background-color: #09afdf;
  -webkit-transition: -webkit-transform .4s,opacity .4s,background-color .4s;
  -moz-transition: -moz-transform .4s,opacity .4s,background-color .4s;
  transition: transform .4s,opacity .4s,background-color .4s;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
}
.contact-banner .social-links.animated-effect-1 li.facebook a:after{
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.contact-banner .social-links.animated-effect-1 li.twitter a:after{
  background-color: #55acee;
  border-color: #55acee;
  color: #fff;
}
.contact-banner .social-links.animated-effect-1 li.instagram a:after{
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.contact-banner .social-links.animated-effect-1 li.linkedin a:after{
  background-color: #0976b4;
  border-color: #0976b4;
  color: #fff;
}
.contact-banner .social-links.animated-effect-1 li.youtube a:after{
  background-color: #b31217;
  border-color: #b31217;
  color: #fff;
}
.contact-banner .social-links li a:hover {
  text-decoration: none;
}
.contact-banner .social-links.animated-effect-1 li a:hover {
  color: #fff!important;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.contact-banner .social-links.animated-effect-1 li a:hover {
  color: #fff!important;
}
.contact-banner .social-links.animated-effect-1 li.facebook a:hover {
  border-color: #3b5998;
}
.contact-banner .social-links.animated-effect-1 li.twitter a:hover {
  border-color: #55acee;
}
.contact-banner .social-links.animated-effect-1 li.instagram a:hover {
  border-color: #517fa4;
}
.contact-banner .social-links.animated-effect-1 li.linkedin a:hover {
  border-color: #0976b4;
}
.contact-banner .social-links.animated-effect-1 li.youtube a:hover {
  border-color: #b31217;
}
.contact-banner .social-links.animated-effect-1 li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0s,opacity .3s,background-color .3s;
  -moz-transition: -moz-transform 0s,opacity .3s,background-color .3s;
  transition: transform 0s,opacity .3s,background-color .3s;
}



@media (min-width: 992px) {
  .contact-banner .contact-bannerContent {
    margin-left: 16.66666667%;
  }
}





