@charset "utf-8";
/* CSS Document */

.main-table{ font-family:Arial; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.main-heading{ font-weight:bold; Font-size:22px; color:#222; line-height:30px; border-bottom:1px #ccc solid; text-align:left;}
.sub-heading{ font-weight:bold; Font-size:18px; color:#222; line-height:30px; text-align:left;}
.team-title{ font-weight:bold; Font-size:16px; color:#222; line-height:30px; text-align:left;}
p{ font-size: 14px; font-family: Helvetica; color: #222; line-height: 24px; text-align:justify;}

.container ul li { font-size: 14px; font-family: Helvetica; color: #222; line-height: 24px; text-align:left;}



header{ border-top:5px #fe920c solid; background: #f2e8a0;}

.bann{position: relative; top: -50px; z-index: 0;}
.box-top{ width:100%; min-height:150px;  background: rgba(250,125,20,0.9); padding-top:5px;}
.box-top h2 {
    font-family: Helvetica, Arial;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #000;
    line-height: 30px;
    margin-top: 10px;
}

.box-top p {
    font-size: 14px;
    font-family: Helvetica;
    color: #333;
    line-height: 20px;
    padding: 0 10px;
}
.box-top a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    float: right;
    margin-right: 20px;
}
.box-top p img {
    float: left;
    margin-right: 5px;
    width: 70px;
    border-radius: 50px;
    border: 5px #f5be62 solid;
}

.abt-hom{font-family: Helvetica;}
.abt-hom img{ float: right; margin-left: 10px; border: 1px #ccc solid; padding: 2px;}


.sevhm{ background:#f2e8a0; padding:10px; margin-top:15px;}
.sevhm h2{ font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:600; line-height:24px; text-align:center; margin-top:0;}

.ibsbox{ width:235px; height:auto; float:left;}

.ibspanel {
    width: 230px;
    height: 230px;
    margin: auto;
    position: relative;
	text-align:center;
	
}

.ibscard {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
	border-radius:10px;
}

.ibsfront {
  
	background:#ff9935;
	
}
.ibsfront img { border-radius:10px; margin-top:10px; width:180px;}
.ibsback {
   
    -webkit-transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);  
    transform: rotatey(-180deg);
	background:#FFF;
	font-family:Arial;
	font-size:14px;
	text-align:justify;
	color:#4E4E4E;
	line-height:26px;
	padding-left:3px;
	padding-right:3px;
}

.ibspanel:hover .ibsfront {
    
    -webkit-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    transform: rotatey(180deg);
	
}

.ibspanel:hover .ibsback {
       
    -webkit-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    transform: rotatey(0deg);
	
}

.hm-cont{
    background: #f2e8a0;
    background: url(image/cnt-bg.jpg) no-repeat;
        background-attachment: scroll;
        background-size: auto;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0 50px;
    color: #fff;
}

.hm-cont .head-hm { color: #fff; text-align: center; margin-bottom: 50px; font-size: 30px; position: relative;}

.head-hm span { position: relative; z-index: 9; background: transparent;
    border-bottom: 3px dotted #eee;  padding-bottom: 9px;
}

.hm-cont h3{color: #fff; font-size: 25px; line-height:30px; text-align:left;}

.hm-cont p{ color: #fff;}

.copyrht {
    background: #fe920c;
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
}

.copyrht p {
    margin-bottom: 0;
    color: #fff;
}
.cprht-lft{float:left;}

.cprht-rht{float:right;}

.cprht-rht a{color:#fff;}


.abt-hom .main-heading{margin-top: 0;}

.





