body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
}
h1 {
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #666;
}
h3 {
	font-size: 16px;
	font-weight: 600;
}
h4 {
	color: #666;
	font-size: 20px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #888;
	line-height: 24px;
}
a {
	color: #00BCD4;
}
a:hover, a:focus {
	text-decoration: none;
	color: #337ab7;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
hr {
	height: 2px;
	width: 60px;
	background: #198CC5;
	position: relative;
	border: 0;
	margin: 30px 0 0 0;
}



/* about page css */

/*********** Team CSS **********/
/*******************************/
.ourteam {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.ourteam .team-item {
    position: relative;
    margin-bottom: 75px;
}

.ourteam.team-img {
    position: relative;
}

.team-member-img img {
    width: 360px;
}

.team .team-img img {
    width: 100%;
}

.ourteam .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    margin-left: 27px;
    left: 15px;
    padding: 25px 15px;
    text-align: center;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
}

.ourteam .team-text h2 {
    color: #0796fe;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.ourteam .team-text p {
    margin-bottom: 20px;
    color: #092a49;
}

.ourteam .team-social {
    position: relative;
    font-size: 0;
}

.ourteam .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #092a49;
    border: 2px solid #092a49;
    transition: .3s;
}

.ourteam .team-social a:hover {
    color: #0796fe;
    border-color: #0796fe;
}

.ourteam .team-item:hover .team-text {
    height: 100px;
}

.team-head {
    line-height: 20px;
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 80px;
    color: #666;
}

.teamadv {
    margin-top: 30px;
    margin-bottom: 35px;
}

/*******************************/
/* Home Style */
header {
	background: url(img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: rgba(255,255,255,0.5);
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 60px;
	padding: 0 4px;
}
.intro-text {
    position: relative;
    padding-top: 150px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 150px;
}
.intro-text H1 {
	font-size: 60px;
	color: #eeeeee;
	font-weight: 600;
}
.color {
	color: #198CC5;
	font-weight: 700;
}
.btn-default {
    color: #198CC5;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    border: 1px solid #198CC5;
    border-radius: 4px;
    margin: 45px 8px;
    font-size: 18px;
    transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #198CC5;
	border: 1px solid #198CC5;
	color: #eeeeee;
}

.ourteam .team-text {
       
    width: calc(84% - 30px);
   
}

@media screen and(max-device-width: 768px) { 
    
    .team-text {
        
        width: 270px!important;
        
    }
    .ourteam .team-text {
        left: 20px!important;
           }

           .ourteam .team-text {
            margin-left: 7px !important;
            width: calc(100% - 15px)!important;
            
        }
        .team-member-img img {
            width: 345px!important;
        }
    
    }

    @media only screen and (max-device-width: 480px){
        
        .navbar-brand img {
            width: 250px!important;
            height: auto;
            margin-top: -18px!important;
        }

       
      .ourteam .team-item {
          position: relative;
          margin-bottom: 75px;
    
      }
      .team-member-img img {
   
         width: 450px;
     }

     .team-member-img img {
        margin-left: 45px;
        vertical-align: middle;
        width: 360px;
    }
    
    .ourteam .team-text {
        
        width: calc(80% - 30px)!important;
        margin-left: 15px!important;
        left: -12px;
        
    }
    
           

    }

 
