.t3-header{
background-color: #070707;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.t3-copyright {
    border-top: 1px solid #393939;
    background: #161616;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.cuber{
background-color: #070707;
width: 100%;
margin-left: auto;
margin-right: auto;
}

ul {
    overflow: none;
}
 
ul li {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
 
ul li a i {
    background: #2A2975;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin-right: 10px;
    padding-top: 9px;
    transition: all 0.2s ease-in-out;
}

ul li a i:hover {
    opacity: .7;
}

div#centerDiv {
        
        text-align: center;
    }
    ul.centerUL {
        margin-left: -30px;
    }
    .centerUL li {
        display: inline;
        text-align: center;
    }

.control-group #jform_contact_message {
    color: #2B2A78;
    background: #f6f6f6;
    border: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
    -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
    -ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
}

.contact .col-right .contact-form .form-actions button[type=submit]:hover, .contact .col-right .contact-form .form-actions button[type=submit]:active, .contact .col-right .contact-form .form-actions button[type=submit]:focus {
    background: #0F0E7B;
    border-color: #EDE834;
}


.contact .col-right .contact-form .form-actions button[type=submit] {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #2B2A78;;
    border-left: 3px solid #EDE834;
    border-top: 3px solid #EDE834;
    border-right: 3px solid #EDE834;
    border-bottom: 3px solid #EDE834;
    padding: 7px 46px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: inset 0 0 10px #4948C3;
    -moz-box-shadow: inset 0 0 10px #4948C3;
    -o-box-shadow: inset 0 0 10px #4948C3;
    -ms-box-shadow: inset 0 0 10px #4948C3;
    box-shadow: inset 0 0 10px #4948C3;
}

.contact .col-right .contact-form .control-group #jform_contact_name,
.contact .col-right .contact-form .control-group #jform_contact_email,
.contact .col-right .contact-form .control-group #jform_contact_subject,
.contact .col-right .contact-form .control-group #jform_contact_message {
  color: #C21E63;
  background: #f6f6f6;
  border: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
  -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
  -ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.055);
}

.our-teams {
  background: #f8f8f8;
}
.our-teams .meet-our-teams {
  padding: 30px 0 30px 0;
}
.our-teams .meet-our-teams .list-teams .team .teamImage {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamimg {
  overflow: hidden;
  position: relative;
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamimg img {
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
@media (max-width: 767px) {
  .our-teams .meet-our-teams .list-teams .team .teamImage .teamimg img {
    width: 100%;
  }
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamSocial {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  background: none !important;
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamSocial a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  padding: 6px 12px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamSocial a:hover {
  color: #e46097;
}
.our-teams .meet-our-teams .list-teams .team .teamImage:hover .teamSocial {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.our-teams .meet-our-teams .list-teams .team .teamDesc {
  display: block;
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.our-teams .meet-our-teams .list-teams .team .teamDesc .spanName {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
.our-teams .meet-our-teams .list-teams .team .teamDesc .spanPosition {
  float: right;
  font-size: 14px;
  color: #afb6ba;
}
.our-teams .meet-our-teams .list-teams .team .teamDesc .spanDesc {
  clear: both;
  display: block;
  padding-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .our-teams .meet-our-teams .list-teams .team {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-teams .meet-our-teams .list-teams .team {
    margin-bottom: 40px;
  }
}
.our-teams .meet-our-teams .list-teams .team:hover .teamimg img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.our-teams .meet-our-teams .list-teams .team:hover .teamDesc {
  background: #ffffff;
}
.our-teams-numbers {
  text-align: center;
  padding: 90px 0;
  border-top: 1px solid #eee;
}
.our-teams-numbers .our-teams-desc {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: bold;
}
.our-teams-numbers .icon {
  font-size: 36px;
  margin: 20px 0;
}
.our-teams-numbers .noo-counter {
  font-size: 60px;
}

.chrono_credits {
   display: none;
}

.certificate {
   padding-top: 20px;
   padding-left: 15px;

}

.t3-copyright .copyright{
	text-align: right;
}

.owl-theme .owl-controls .owl-buttons div{
	z-index: 9999;
}
.contact .col-left .contact-info .contact-address dd span.contact-mobile:before {
  content: "\f10b ";
  font-family: 'FontAwesome';
}
.contact .col-left .contact-social .contact-miscinfo dd li a:hover:before, .contact .col-left .contact-social .contact-miscinfo dd li a:active:before, .contact .col-left .contact-social .contact-miscinfo dd li a:focus:before {
    color: #2A2977;
}

.noo-slideshow {
   margin-bottom:-60px;
}

.thome {
   margin-top:-50px;
   margin-bottom: -50px;
}

.t3-mainnav {
    border: 0;
    margin-top: 22px;
    border-radius: 0;
    float: right;
    margin-right: 50px;
}