@charset "utf-8";
/* CSS Document */





html, html a {
    -webkit-font-smoothing: antialiased !important; -webkit-font-smoothing:antialiased; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 
*{margin:0px; padding:0px;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
body,html{ height:100%; width:100%; float:left;}
body{ background:#fff; font-size:12px; color:#333333; margin:0; padding:0;  }
ul, li{list-style:none; margin: 0px; list-style-type:none; }
a{text-decoration:none; cursor:pointer; color:#2a2e33;}
a img {border:none;outline:none;}
img{vertical-align:middle} 
.clr{clear:both; float:none;}
.clr:after, .row:after, .afclr:after{clear:both; float:none; content:""; display:block}
:focus{outline:none; }
input[type="submit"], input[type="reset"], button{  cursor:pointer; -webkit-appearance:none}
.wrapper{max-width:1106px;   margin:0 auto; transition:all 0.3s ease; -webkit-transition:all 0.3s ease}
img{ max-width:100%;}
.wide{width:100%;}
html {   -webkit-font-smoothing: none; }
h1, h2, h3, h4, h5, h6{ font-weight:normal; margin:0; padding:0}

body{margin: 0px; padding: 0px;}
*, after, before{box-sizing:border-box; -webkit-box-sizing:border-box;}
input[type="button"],
input[type="submit"],
input[type="reset"],
select{-moz-appearance:none;  
  appearance:none;
 -webkit-appearance:none;
 -ms-appearance:none; 
 -o-appearance: none; }
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */

section, footer, header{ display:block;}

img { max-width:100%; }

a {text-decoration: none;transition: all 0.2s ease-in-out 0s;}


.section_heading h2{color:#404b52; font-size:40px;  text-align:center;     }
.section_content p{ font-size: 23px;
    text-align: center;
    color: #6c7279;
    padding: 20px 0px; }
.section_button{text-align:center;}
.section_button a{color: #fff; font-size: 18px;  background:
 #1abc9c; border: none;     margin: 0px 0px 0px 0px;}


.welcome {float: left;width: 100%; padding: 50px 0px 0px;}

.team_two{
    height: 320px;
    width:100%;
    position: relative;
    overflow: hidden;
}
.team_two img{
    position:absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.person {
    max-width: 270px;
    text-align: center; margin: 0px auto; 
    }
.person-content {
    margin-top: 20px;}
.social-icons{margin-top: 30px;}

.person h5 {color: #1abc9c;font-size: 13px;margin-bottom: 20px;}
.person-content h4{ margin: 10px 0px;}
.person-content h5{margin-bottom: 10px;}
.social-icons li {display: inline-block;}

.social-icons a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #c6cacc;
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    text-align: center;
    width: 32px;}


.social-icons a:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;}


.team_section {
    float: left;
    width: 100%;
    padding: 100px 0;}
 





.slider_logo img {
    width: auto;}

.footer_top{padding:50px 0px 50px 0px;
    width: 100%;
    float: left;     background: #eee;}
.footer_top h3{    color: #404b52;}
.footer_top a{    background-color: #1abc9c;
    margin: 25px 0px 0px 0px;
    padding: 10px 25px;
    color: #fff;}
.footer_top a:hover{    background-color: #34495e;}