@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.sitecontainer{ 
	width:100%;
	height:auto;
	overflow:auto;
	max-width:1200px;
	margin:0px auto;
    text-align: -webkit-center;
}
.formcontainer{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.25);
	position:fixed;
	left:0px;
	top:0px;
	z-index:100;
	display:none;
}
.inrFormContnr{
	width:calc(100% - 90px);
	max-width:740px;
	padding:20px 35px;
	min-height:150px;
	height:auto;
	overflow:auto;
	margin:10px auto;
	background:#ffffff;
}
.inrFormContnr .hdrtype02{
	margin-top:0px;
	margin-bottom:15px !important;
	text-align:left;
}
.inrFormContnr .hdrtype02 span{
	display:block;
	float:right;
	font-size:12px;
	margin-top:15px;
	padding:5px 8px;
	text-transform:capitalize !important;
	letter-spacing:0px !important;
}
.align-mid{
    text-align: center !important;
    padding: 35px 10px;
    font-size: 16px;
    margin: 0px auto;
    line-height: 28px;
}
.inrFormContnr .hdrtype02 span:hover{
	background:#f30;
	cursor:pointer;
}
.lblname{
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
	display:block;
}
.formLblDesign1{
	padding:10px 20px;
	border:solid 1px #ececec;
	height:16px;
	margin:0px 20px 30px 0px;
	width:calc(100% - 60px);
}
.formLblDesign2{
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 20px;
	border:solid 1px #ececec;
	height:36px;
	margin:0px 20px 30px 0px;
	width:calc(100% - 60px);
}
.txtBoxFormBtn2{
	padding:10px 15px;
	border-radius:3px;
	border:none;
	cursor:pointer;
}
.rgtcontainer .hdrtype02{
	margin-top:0px;
}
section{
	width:100%;
	height:auto;
	overflow:auto;
	padding:0px;
}
.topheader{
	background:#2a588d;
}
.logo{
	width:100%;
	max-width:140px;
	height:auto;
	overflow:auto;
	float:left;
	padding:13px 15px 7px 15px;
	background:#ffffff;
}
.logo img{
	width:100%;
	height:auto;
	overflow:auto;
	border:0px;
}
.hdrtype01{
	font-family: 'OpenSansLight';
    font-size: 60px;
    margin:50px 0px 0px 0px;
    text-transform: uppercase;
	letter-spacing:-3px;
	text-align:center;
	color:#fff;
	padding-top:40px;
}
.bannertxt{
	max-width:1024px;
	margin:10px auto;
}
.bannertxt p{
	font-family: 'OpenSansRegular';
	font-size:19px;
	text-align:center;
	color:#fff;
	line-height:28px;
}
.hdrtype02{
    font-family: 'OpenSansBold';
    font-size: 38px;
    margin: 90px 0px 0px 0px;
    text-transform: uppercase;
    text-align: -webkit-center;
    letter-spacing: -2px;
    color: #7d7d7d;
}
.hdrtype03{
    font-family: 'OpenSansBold';
    font-size: 30px;
    margin: 90px 200px 0px 200px;
    text-transform: uppercase;
    text-align: -webkit-center;
    letter-spacing: -2px;
    color: #ffffff;
}
.bg01{	
	background:url(../images/bg.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	min-height:420px;
}
.bg02{
	background:#21ABDC;
}
.bg03{
	background:#2f2d2d;
}
.bg04{
	background:#ececec;
}
.bg05{
	background:#3d3d3d;
}
.bg06{	
	background:url(../images/bg2.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	min-height:460px;
}
.bg07{
	background:#fbfbfb;
}
.lftcontainer{
	width:auto;
	height:auto;
	display:inline-block;
	padding:60px 80px 75px 0px;
	margin-right:20px;
}
.overviewbtn{ 
	float:right;
	width:auto;
	height:auto;
	display:block;
	padding:0px;
	margin-top:9px;
}
.overviewbtn a:link,.overviewbtn a:active,.overviewbtn a:visited{ 
    padding: 10px 20px;
    display: block;
	color:#fff;
	text-decoration:none;
	transition:all 1s ease;
}
.overviewbtn a:hover{ 
	background:rgba(0,0,0,0.075);
	transition:all 1s ease;
	cursor:pointer;
}
.expertsview{ 
	width:calc(33.33% - 40px);
	height:auto;
	overflow:auto;
	background:#fff;
	padding:0px;
	margin:0px 20px;
	float:left;
	xbox-shadow: 0px 0px 10px 3px rgba(0,0,0,0.035);
	transition:all 1s ease;
}
.twowidth{ 
	width:calc(50% - 40px);
	margin:0px 20px;
	margin-bottom:40px;
}
.expertsview:hover {
	cursor:default;
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.085);
	transition:all 1s ease;
	z-index:100;
}
.expertsview .thumbnail{
	width:100%;
	height:auto;
    overflow: hidden;
    max-height: 200px;
    margin-bottom: 25px;
	
}
.expertsview .thumbnail2{
	width:100%;
	max-width:150px;
	height:auto;
	margin:50px auto;
	border-radius:50%;
    overflow: hidden;
    min-height: 150px;
    margin-bottom: 25px;
	
}
.twowidth .thumbnail2{
	width:100%;
	max-width:120px;
	height:auto;
	margin:0px auto;
	border-radius:50%;
    overflow: hidden;
    min-height: 120px;
	margin-top:50px;
    border: solid 1px #ececec;	
}
.expertsview .thumbnail img,.expertsview .thumbnail2 img{
	width:100%;
	height:auto;
	overflow:auto;
	border:0px;
}
.rgtcontainer{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 65px 0px;
	text-align:center;
    display: inline-block;
}
.rgtcontainer p{
	font-size:16px;
	color:#fff;
    line-height: 30px;
	text-align:center;
}
.rgtcontainer span{
    font-family: 'OpenSansRegular';
    color: #fff;
    margin: 10px 5px;
    border: solid 1px #fff;
    padding: 13px 15px;
    border-radius: 40px;
    display: -webkit-inline-box;
	cursor:default;
}
.rgtcontainer .rdmore{
    color: #fff;
	border:none !important;
	margin:0px !important;
	padding:0px !important;
}
.rgtcontainer span a,.rgtcontainer .rdmore a{
	color:#fff;
	text-decoration:none;
}
.rgtcontainer span a:hover,.rgtcontainer .rdmore a:hover{
	color:#000;
	cursor:pointer;
}



.rgtcontainer span:hover{
	color:#000;
	border:solid 1px #000;
	cursor:pointer;
}
.rgtcontainer .hdrtype03{
	margin-top:0px;
}
p{
	font-size:12px;
    line-height: 18px;
	text-align:justify;
}
.inrcontainer{
	border-top:solid 1px #ececec;
	border-bottom:solid 1px #ececec;
	margin:20px 0px;
	padding:20px 0px;
	display:inline-block;
	width:100%;
	height:auto;
}
.buttonstyle01{
	width: auto;
    height: auto;
    display: inline-flex;
    border: solid 1px #fff;
    font-size: 17px;
    border-radius: 25px;
    margin-top: 33px;
}
.buttonstyle01 a{
    padding: 10px 22px;
	color:#fff;
	text-decoration:none;
    border-radius: 25px;
}
.buttonstyle01 a:hover{
	background:#ffffff;
	color:#2a588d;
}
.titlename{
	font-size:22px;
	margin-bottom:20px;
}
.listpoints{
    width: calc(100% - 40px);
    max-width: 1100px;
    height: auto;
    margin: 20px auto;
	padding-bottom:200px;
}
.listpoints ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.listpoints li{
    margin: 0px 10px 10px 0px;
    padding: 20px 5px 20px 15px;
    float: left;
    width: calc(25% - 30px);
    font-size: 28px;
    text-align: center;
    color: #fff;
}
.listpoints li span{
	font-size:12px;
}
.listpoints li .icon{
	width:85px;
	height:85px;
	float:left;
}
.color01{ background:#F79767; }
.color02{ background:#3398CC; }
.color03{ background:#99CC66; }
.color04{ background:#CC6666; }
.innercontainer{
	width: calc(100% - 40px);
    height: auto;
    overflow: auto;
    margin: 100px 20px 100px 20px;
	min-height:400px;
    padding-bottom: 25px;
}
.heightless{
    margin: 20px !important;
    min-height:50px !important;
	padding-bottom:0px;
}
.heightless .headertitle2{
	padding-bottom:0px !important;
	border-bottom:none !important;
}
.innercontainer .headertitle{
	font-family: 'OpenSansBold';
    font-size: 38px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    text-align:left;
    letter-spacing: -2px;
    color: #7d7d7d;
}
.innercontainer .headertitle2{
	font-family: 'OpenSansLight';
    font-size: 35px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: -1px;
    color: #7d7d7d;
    line-height: 37px;
    padding-bottom: 25px;
    border-bottom: solid 1px #ececec;
}
.expertsview .headertitle2{
	font-family: 'OpenSansLight';
    font-size: 27px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
    color: #7d7d7d;
    line-height: 28px;
    padding-bottom: 0px;
}
.twowidth .headertitle2{
    margin: 30px 0px 0px 0px;
    text-align: left;
}
.content span{
	display: none;
}
.content:hover .test{
	display:contents;	
	color: #000;
    border: none !important;
	padding: 0px !important;
    cursor: pointer;
	transition: all 1s ease;
}
.expertsview .content{
	font-size:12px;
	line-height:22px;
	width:auto;
	height:auto;
	display:block;
	margin:5px 20px 16px 20px;
	color:#333;
	text-align:justify;
}
.twowidth .content{
	text-align:justify;
    margin: 10px 30px 30px 0px;
	line-height:19px;
}
.expertsview .headertitle2 span{
	font-size: 12px;
    text-align: center;
    display: block;
    color: #666;
    font-style: italic;
    padding: 0px;
    margin: 0px;
	text-transform:capitalize;
	border:none;
}
.twowidth .headertitle2 span{
    text-align: left;
}
.expertsview .headertitle2 span:hover{
	border:none;
}
.headertitle span{
	display: -webkit-inline-box;
    width: 36px;
    height: 36px;
    margin-left: 14px;
    margin-right: 15px;
	background:url(../images/do&dont.png) no-repeat;
}
.dos{
	background-position: -2px 0px !important;
}
.dont{
	background-position: -42px 0px !important;
}
.innercontainer2{
	width: calc(100% - 40px);
    height: auto;
    overflow: auto;
    margin: 50px 20px;
    padding-bottom: 25px;
}
.innercontainer2 .headertitle{
	font-family: 'OpenSansBold';
	font-size: 24px;
	padding: 15px 25px;
    color: #000;
	margin-bottom:20px;
    border-bottom: solid 1px #f4f4f4;
	text-align:center;
}
.keypoints{
	width:auto;
	height:auto;
	overflow:auto;
	display:inline-block;
	margin-left:25px;
	margin-top:15px;
}
.keypoints ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.keypoints li{
	font-family: 'OpenSansRegular';
    font-size: 17px;
    padding: 8px 10px 8px 25px;
    display: block;
    background: url(../images/bullet.png) no-repeat left 10px;
    margin-bottom: 2px;
    line-height: 23px;
    margin-right: 20px;
	text-align:left;
}
.keytags{
	font-size:15px;
	text-align:center;
	font-family: 'OpenSansRegular';
	margin: 25px 0px 90px 0px;
}
.keytags2{
	font-size:12px;
	text-align:left;
	font-family: 'OpenSansRegular';
	margin: 10px 0px;
}
.keytags2 p{
	text-align: justify;
	font-size: 13px;
	line-height: 21px;
}
.heightless .keytags2 ul{
	margin-bottom:40px;
}
.keytags2 ul{
	margin:0px 0px 0px 20px;
	padding:0px;
}
.keytags2 li{
	margin-bottom:5px;
	text-align:justify;
}
.keytags span{
	border: solid 2px #666;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 5px 2px;
    line-height: 20px;
    display: -webkit-inline-box;
	cursor:default;
}
.footer{
	font-size:11px;
	color:#fff;
	text-align:center;
	padding:16px;
}
.color-white{
	color:#ffffff !important;
}

 @media only screen and (max-width: 1100px) {
.hdrtype01 {
    margin: 50px 0px 0px 0px;
    padding-top: 0px;
}
.sitecontainer {
    margin: 0px 20px;
    width: calc(100% - 40px);
}
}
 @media only screen and (max-width: 768px) {
.listpoints {
	padding-bottom:0px;
	overflow:auto;
}
.listpoints li {
    margin: 0px 10px 10px 0px;
    padding: 20px 5px 20px 15px;
    width: calc(50% - 30px);
}
.hdrtype02 {
    margin: 0px 0px 0px 0px;
}
.keytags {
    margin: 25px 0px 0px 0px;
}
.innercontainer2 {
	padding-bottom:0px;
}
.innercontainer {
    margin: 40px 20px;
    min-height: 300px;
	padding-bottom:0px;
}
.hdrtype03 {
    margin: 45px 20px 0px 20px;
    letter-spacing: 0px;
}
.rgtcontainer {
    padding: 65px 0px 25px 0px;
}
.twowidth,.expertsview{ 
	width:calc(100% - 40px);
	margin:20px auto;
	margin-bottom:40px;
	float:none;
	max-width:400px;
	text-align:center !important;
}
.twowidth .headertitle2,.twowidth .headertitle2 span{
    text-align: center;
}
.twowidth .content{
    margin: 10px 30px 30px 30px;
}
.keypoints{
	display:block;

}

}
 @media only screen and (max-width: 468px) {
.hdrtype01 {
    font-size: 40px;
    letter-spacing: 0px;
}
.hdrtype02 {
    margin: 20px 0px 0px 0px;
}
.listpoints li {
    margin: 0px 10px 10px 0px;
    padding: 20px 5px 20px 15px;
    width: calc(100% - 30px);
	float:none;
}
}