*{
	padding:0;
	margin:0;}

body {
	margin: auto;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	font-weight: normal;
	background: #444548;
}
.Clear {
	clear: both;
	padding: 0;
	margin: 0;
}

a{
	text-decoration:none;}
h1, h2, h3, h4, h5, h6{
	margin:0;
	font-weight:normal;}
	
.Left {
	float: left;
}
.Right {
	float: right;
}
.Wrapper {
	width: 1200px;
	margin: auto;
}


.top-header {
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #3a91d8;
    border-bottom: 1px solid #969696;
}
.top-header ul li {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    padding-left: 10px;
	font-size: 15px;
    
}

.top-header ul li:nth-child(2) {

  border-left: 1px solid #eee;

 }
.top-header ul li a {
    display: inline-block;
    color: #fff;
}

.Header {
	background: url(../images/headerbg.jpg) no-repeat;
    padding: 20px 0;
    text-align: center;
    position: relative;
    background-size: cover;
}
.HeaderLeft {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}
.HeaderLeft h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	padding: 30px 0;
}
/*.HeaderLeft p {
	font-size:35px;
	line-height:40px;
	font-weight:bold;
	color:#4D4D4D;
}*/

#resp-menu {
	display: none;
}
.menu {
	background: #333;
}
.menu ul li {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	background: url(../images/MenuSeparator.png) no-repeat right;
}
.menu ul li:last-child {
	background: none;
}
.menu ul li a {
	display: inline-block;
	text-decoration: none;
	padding: 0px 50px;
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
}
/*.line {
	display: inline-block;
	border-bottom: 2px solid transparent;
	width: 0px;
	transition: 0.7s ease;
	white-space: nowrap;
}
.line:hover {
	border-bottom: 2px solid #E83556;
	width: 80%;
	transform:scale(1.2)
}*/
.HeaderRight ul li a.active {
	text-decoration: none;
	color: #61D0D4;
	margin: 10px;
}
.HeaderRight ul li a:hover {
	/*color:#61D0D4;*/
	color: #E83556;
}
.Below {
	background: #fff;
	padding: 20px;
	overflow: hidden;
}
.Banner {
	float: left;
	width: 40%;
	position: relative;
}
.BelowRight {
	float: right;
	width: 58%;
	padding-top: 10px;
}
.BelowRight h1 {
	font-size: 30px;
	font-weight: 700;
	color: #3B74CE;
    margin-bottom: 18px;
}
.BelowRight h2 {
	font-size: 29px;
	font-weight: bold;
	color: #6d6c6c;
	padding-top: 20px;
}
.Design {
	width: 100%;
	overflow: hidden;
}
.Design > div {
	display: inline-block;
	font-size: 16px;
}
.box {
	position: relative;
	padding-top: 20px;
}
.box2, .box1, .box3 {
	display: inline-block;
	vertical-align: top;
}
.box1 a, .box2 a, .box3 a {
	color: #FFFFFF;
}
.box2 a, .box1 a, .box3 a {
	padding: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 90px;
	color: #FFFFFF;
	font-size: 15px;
	display: inline-block;
}
.box1 a {
	box-shadow: 0px 1px 7px 0px #CCCCCC;
	background: #CC3333;
	margin-left: 10px;
	position: absolute;
	left: 0;
}
.box1 a:hover {
	font-size: 17px;
	background: #CC3333;
	box-shadow: 0px 1px 7px 0px #CC3333;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(1.2);
	transition: all 1.5s ease-in-out;
	text-align: center;
}
.box2 a {
	box-shadow: 0px 1px 7px 0px #CCCCCC;
	background: #330099;
	margin-left: 10px;
	position: absolute;
	left: 40%;
}
.box2 a:hover {
	font-size: 17px;
	background: #330099;
	box-shadow: 0px 1px 7px 0px #330099;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(1.2);
	transition: all 1.5s ease-in-out;
	color: #FFFFFF;
	text-align: center;
}
.box3 a {
	box-shadow: 0px 1px 7px 0px #CCCCCC;
	background: #006600;
	margin-left: 10px;
	position: absolute;
	right: 0;
}
.box3 a:hover {
	font-size: 17px;
	box-shadow: 0px 1px 7px 0px #006600;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(1.2);
	transition: all 1.5s ease-in-out;
	color: #FFFFFF;
	background: #006600;
	text-align: center;
}
/*.resume{
	   margin: 5px;
	   color:#FFFFFF;
    background: #00CCFF;
    padding: 60px;
    border-radius: 87px;
    height: 25px;
    width: 25px;
	overflow:hidden;}*/
	
/*	  .work{
	   margin: 5px;
	   color:#FFFFFF;
    background:#CC3366;
    padding: 60px;
    border-radius: 87px;
    height: 25px;
    width: 25px;
	overflow:hidden;}
	.skill{
	   margin: 5px;
	   color:#FFFFFF;
    background:#999900;
    padding: 60px;
    border-radius: 87px;
    height:25px;
    width: 25px;
	overflow:hidden;}*/
.Design p {
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	color: #4D4D4D;
	line-height: 36px;
	font-size: 18px;

	text-align: justify;
}
.DesignBelow p {
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	color: #4D4D4D;
	line-height:24px;
	font-size: 16px;
	text-align: justify;
	margin-bottom:15px;
}
.FooterBottom {
	background: #444548;
	padding: 20px;
	overflow: hidden;
}
.FooterBottom h1 {
	color: #fcfcfc;
	padding: 0px 0px 10px 0;
	font-weight: bold;
	font-size: 17px;
}
.FooterBottom h1 a {
	color: #fcfcfc;
	font-weight: bold;
}
.FooterBottom p {
	color: #fcfcfc;

	font-size: 14px;
}
.FooterBottom ul li {
	float: left;
	list-style:none;
	margin-right:10px;
}
.FooterLeft h1 {
	background: url(../images/icon2.png) no-repeat;
}

	
.FooterLeft {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.FooterLeft_time h1 {
	background: url(../images/icon2.png) no-repeat;
}
.FooterLeft_time {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.icon {
	display: inline-block;
	width: 18%;
	vertical-align: top;
}
.copyright {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	float:right;
	text-align:right;
}
.copyright p a {
	color: #FFFFFF;
}
.copyright p a:hover {
	color: #3B74CE;
}
.More p {
	margin: 20px auto 20px;
}
.More p a {
	
	padding: 0px 12px;
	background: #3B74CE;
	color: #fff;
	font-size: 11px;
	font-weight:normal;
	display:inline-block;
}
.More p a:hover {
	/*background: #E83556;*/
	color: #fff;
	background: #333;
}
.Read_More {
	float: right;
	text-align: center;
	margin-top: 20px;
}
/*.Read_More p {
	margin: 20px auto 20px;
}
.Read_More p a {
	padding: 6px;
	background: #666666;
	color: #fff;
	border-radius: 6px;
	font-size: 11px;
	margin-left:12px;
}
.Read_More p a:hover {
	background: #E83556;
	color: #fff;
	background:#EF1D1E;
}*/
/*.About{
	background:#EAE5E5;
	overflow:hidden;}
	*/
.innerpage {
	background: #FFFFFF;
	/*margin: 0px 18px;*/
	overflow: hidden;
}
.innerHeadBg h1 {
    background: #3B74CE;
    padding:15px 10px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
}
.innerBg {
	background: #EFEFEF;
	overflow: hidden;
}
.About p {
font-size: 17px;
    padding: 0;
    color: #2d2d2d;
    text-align: right;
    line-height: 26px;
	margin-bottom:20px;
}
.AboueMe p {
	text-align: justify;
}
.About_Below p {
	text-align: justify;
}
.AboutRight {
	float: right;
	width: 37%
}
.AboutLeft {
	float: left;
	width: 60%;

}
.About_Above p {
	line-height: 30px;
	padding: 15px;
	margin-top: 50px;
}
.About_Below{
	width:90%;
	margin:auto;}
.About img {
	border-radius: 50%;
	padding: 15px;
}
.About h2 {
	padding: 15px;
}
.About h3 {
	text-align: left;
	background: #3B74CE;
	color: #FFFFFF;
	padding: 10px;
	font-size: 25px;
	margin: 25px auto auto;
}
/*	.Project h1{
font-size:60px;
padding:10px;
font-weight: bold;
color: #4D4D4D;
text-align:center;
border-bottom: 1px dashed #666;}
.Project{
	background:#EAE5E5;
	overflow:hidden;}
	.Project h1{
font-size:60px;
padding:10px;
font-weight: bold;
color: #4D4D4D;
text-align:center;
border-bottom: 1px dashed #666;}*/





/*mediaquery*/
.InnerContentLeft {
	width: 100%;
	overflow: hidden;
}
.InnerContentLeft h2 {
	text-align: left;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #E83556;
	
	padding: 22px 21px 10px 21px;
	border-bottom: 1px solid #ECECEA;
}
.InnerContentLeft a {
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	color: #666;
	line-height: 22px;
}
.InnerContentLeft ul {
	list-style: disc;
	padding: 0px 50px 5px;
}
.InnerContentLeft ul li {
	list-style: disc;
}
.InnerContentLeft a:hover {
	color: #E83556;
}
.content {
	margin-top: 15px;
	overflow: hidden;
	width: 100%;
}
.submenu {
	display: none;
}
.Address h2 {
    text-align: left;
    font-size: 23px;
    font-weight: bold;
    margin: 0px;
    color: #3B74CE;
    padding-top: 10px;
}
.AddressLeft img {
	margin-left: 40%;
	padding: 10px;
}
.AddressRight p strong {
	color: #F2480C;
}
.AddressLeft p {
	    border-right: 1px dashed #666;
    width: 92%;
    line-height: 26px;
    font-size: 18px;
    color: #000000;
    padding-top: 22px;

}
.AddressRight p {
	  line-height: 26px;
    font-size: 18px;
	color: #000000;
	padding-top: 10px;
	color: #000000;
}
/*.AddressRight p {
	line-height:19px;
	font-size:22px;
	color: #000000;
	padding-top:10px;
}*/


.address_head {
	text-align: center;
	margin: 30px 0px;
}
.address_head h3 {
	font-size: 30px;
	font-weight: bold;
	color: #3b74ce;
}
.Address {
	margin: 0 20px;
}
.AddressLeft {
	float: left;
	width: 50%;
}
.AddressRight {
	float: right;
	width: 50%;
}
.consultant {
	margin: 0 30px;
}
.consultant p {
	padding: 20px;
	line-height: 26px;
}
.consultant-left {
	float: left;
	width: 33%;
	border-right: 1px dashed #666;
}
.consultant-center {
	float: left;
	width: 33%;
	border-right: 1px dashed #666;
}
.consultant-right {
	width: 33%;
	float: left;
}
/*.AddressRight p {
	text-align:left;
	margin:10px 0px;
	padding:20px 0px;
	font-size: 20px;
	font-weight: bold;
	margin:0px;
	color:#E83556;
}*/
.Contact {
	border: 0px solid #dbdbdb;
	box-shadow: 0px 0px 0px 2px #ccc;
}
.Contact p {
	text-align: center;
	margin: 20px auto;
	color: #000000;
	font-size: 18px;
	padding: 15px;
}
<!--
blog--> ul {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
}
.blog-link {
	display: inline-block;
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.Blog-left {
	display: inline-block;
	width: 70%;
	text-align: center;
	margin: auto;
	overflow: hidden;
}
.blog-link ul li {
	width: 24%;
	display: inline-block;
	text-align: center;
	padding: 15px 10px;
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 10px;
}
.blog-link ul li.Blog1 {
	background: #75422F;
	transition: all .7s ease-in-out;
}
.blog-link ul li.Blog1:hover {
	color: #ffffff;
	background: #83B04C;
}
.inner-icon {
	float: right;
	margin-top: 23px;
	margin-left: 20px;
}
.left-img img {
	width: 91%;
	height: auto;
	text-align: center;
	border-top: 5px solid #3B74CE;
	margin: 5px;
}
.Left-Content {
	background: rgb(255,255,255);
	width: 91%;
	margin: auto;
	text-align: center;
	border-left: 1px solid rgb(204,204,204);
	border-Bottom: 1px solid rgb(204,204,204);
	border-Right: 1px solid rgb(204,204,204);
	padding: 10px 12px;
	margin-bottom: 30px;
}
.Left-Content h2 {
	padding-top: 20px;
	padding-Bottom: 20px;
	font-size: 32px;
}
.Inner {
	font-size: 17px;
	color: #000;
	line-height: 27px;
}
Left-Content h2 a:hover {
	color: #51B133;
}
.Left-Content h2 a {
	color: #3B74CE;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	font-weight: bold;
}
.blog_header ul li {
	display: inline-block;
	width: auto;
	margin: 4px 10px;
	color: #777;
	font-size: 13px;
}
.Left-Content ul li a {
	color: #3B74CE;
	background: none;
	font-size: 17px;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
.Left-Content p {
	text-align: justify;
	margin-bottom: 30px;
	color: rgb(51,51,51);
}
.BlogRead {
	margin: 30px 0;
}
.BlogRead a {
	text-align: center;
	padding: 8px 15px;
	background: #3B74CE;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
.BlogSocial {
	margin: 10px auto;
}
.BlogSocial ul li {
	display: inline-block;
	margin: 5px 0px;
}
.BlogSocial ul li a img {
	width: 40%;
	height: auto;
	background: #999;
	border-radius: 30px;
	padding: 10px;
}
.BlogSocial ul li a:hover img {
	background: #3B74CE;
	border: none;
}
.Blog-Right {
	display: inline-block;
	width: 26%;
	margin: auto;
	background: rgb(255,255,255);
	vertical-align: top;
	border: 1px solid #e5e5e5;
}
.Blog-Right-Content {
	padding: 5px;
	width: 90%;
	margin: auto;
}
.Blog-Right-Content ul li {
	margin-top: 20px;
	list-style:none;
}
.Small-img {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.Blog-Right-Content img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.Small-Content {
	display: inline-block;
	width: 65%;
	padding-left: 5px;
}
.Blog-Right-Content ul li ul li {
	margin-top: 5px;
	list-style:none;
}
.Blog-Right-Content ul li ul li:first-child {
	border-bottom: 1px dashed #BBB;
	padding-bottom: 8px;
}
.Blog-Right-Content h3 {
	border-bottom: 1px dashed rgb(204, 204, 204);
	text-align: center;
	padding: 10px;
	font-size: 20px;
	color: #3B74CE;
	font-weight: noraml;
	text-transform: uppercase;
	font-weight: bold;
}
.bloh_description {
	line-height: 30px;
	font-size: 22px;
	color: #000000;
}
/*FAQ*/
.Question {
	color: #999999;
	font-size: 16px;
	padding: 10px 0;
}
.read-more {
	background: #e4e4e4;
	display: block;
	width: 100%;
	margin: auto auto 20px;
	color: #ffffff;
	padding: 10px 0;
}
.fa {
	color: #e83556;
	font-size: 23px;
}
.read-more ul li {
	color: #656363;
	list-style: none;
	font-size: 16px;
}
.read-more__content {
	background: white;
	border: solid 1px #e3e2e2;
	width: 98%;
	margin-top: 12px;
	margin-left: 8px;
}
.read-more__content ul {
	padding: 0;
}
.read-more ul li.Question span {
	display: block;
	margin: 10px auto auto;
}
.read-more ul li.Question span a {
	display: inline-block;
	padding: 1px 10px;
	box-shadow: 0px 0px 2px 0px #5c494c;
	color: #fff;
	background: #3B74CE;
}
.read-more ul li.Question span a:hover {
	color: #fff;
	transition: 0.7s all ease;
	transform: scale(1.2);
	background: #3B74CE;
}
.read-more__content {
	line-height: 24px;
	padding: 10px;
	width: 81%;
	margin: auto;
}
.read-more ul li.Question {
	background: url(../images/Question-Icon.png) no-repeat;
	padding: 5px 34px;
}
.faq-bg {
	width: 90%;
	padding: 20px;
	margin: 20px auto;
	overflow: hidden;
	box-shadow: 0px 0px 4px 1px #bfbfbf;
}
.faq h3 {
	font-size: 22px;
	margin-top: 1em;
	font-weight: bold;
}
.faq h1 {
	text-align: left;
	background: #444548;
	color: #FFFFFF;
	padding: 10px;
	font-size: 25px;
	overflow: hidden;
	margin: 0px auto 10px;
}
.faq p {
	font-weight: normal;
	color: #4D4D4D;
	line-height: 30px;
	font-size: 18px;
	text-align: justify;
	margin-left: 10px;
	padding: 10px 0;
}
.faq ul li {
list-style: disc;
    line-height: 25px;
    margin-left: 40px;
    color: #4D4D4D;
    font-size: 16px;
    margin-bottom: 10px;
}
.Photo {
	text-align: center;
	margin: auto;
}
.faq_below {
	display: inline-block;
	/*width: 43%;*/
	margin: 10px 0;
}
.faq_below img {
	width: 100%;
}
.faq_below h2 {
	text-align: center;
	padding: 10px 0;
	background: #444548;
	color: #fff;
	/* width: 84%; */
	margin: 4px auto 0;
}

.prepost_section{
	width:60%;
	margin:20px auto;}
.prepost_section h2{
	text-align: center;

	background: #444548;
	color: #fff;
	padding:10px 0;
	width:100%;
	font-size:22px;
	/* width: 84%; */
	}
	.prepost_section img{
		width:100%;}
	.prepost{
		width:100%;
		margin:10px auto 25px auto;}

.faqTd {
	width: 100%;
	margin: auto;
}
.faqTd th {
	padding: 12px;
	border: 1px solid #E0E0E0;
	background: #444548;
	color: #fff;
	font-size: 23px;
}
.faqTd tr td {
	padding: 12px;
	border: 1px solid #E0E0E0;
	color: #313131;
	background: #f5f5f5;
}
/*FAQ*/

/*services*/
.Services {
	text-align: center;
	padding: 20px 0;
}
.height {
	min-height: 220px;
	border-radius: 5px;
}
.Services h3 {
	font-size: 20px;
	text-align: left;
	background: #333333;
	padding: 10px 0;
	color: #fff;
	padding-left: 10px;
}
.ServiceContent {
	width: 37%;
	color: #000;
	display: inline-block;
	vertical-align: top;
	background: #f6f6f6;
	margin: 10px;
	box-shadow: 4px 4px 4px #ccc;
}

.ServiceContent ul li {
	font-size: 18px;
	text-align: left;
	list-style: circle;
	line-height: 30px;
	margin-left: 40px;
}
/*services*/
.Press img {
	float: left;
	overflow: hidden;
	padding: 5px;
}
.Press {
	background: #3B74CE;
	margin: 50px 0 0 0;
	overflow: hidden;
}
.Press h1 {
	font-weight: normal;
	color: #fff;
	background: #333;
	padding: 5px;
	font-size: 20px;
	margin: 4px;
}
.Press span {
	float: right;
}
.Press span a {
	color: #ffffff;
	font-size: 14px;
	margin-top: 2px;
	display: inline-block;
}
.Press h3 a {
	font-size: 18px;
	float: right;
	width: 83%;
	color: #fff;
	padding-top: 10px;
}
.Press a:hover {
	color: #fff;
}
.Awards {
	text-align: center;
}
.Achievements {
	display: inline-block;
	margin: 10px;
	border: 1px solid #e4e4e4;
	width: 80%;
	padding: 15px;
}
.Achievements h2 {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	color: #3b74ce;
	margin: 4px auto 10px;
	line-height: 1.5;
}


.contact_icon{
	position:absolute;
	top:15%;
	right:10px;}
.contact_icon ul li {
       padding: 1px 0 14px 0;
    font-size: 14px;
	list-style:none;
    vertical-align: middle;
}
.contact_appoinment ul li {
       padding: 0;
    font-size: 14px;
	list-style:none;
    vertical-align: middle;
	display:inline-block;
	margin-right:45px;
}
.contact_icon ul li p, .contact_appoinment p{
display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
}

.contact_icon ul li img , .contact_appoinment img{
    padding: 0 5px 0 0;
    vertical-align: middle;
}

.contact_appoinment ul li a h4 {
	color: #fff;
  }
  

.clr1{
	    color: #656363;
   
    font-size: 16px;}


	.contact-left{
	
			float: left;
			width: 42%;
		margin: 10px;
	overflow: hidden;
	background: #fbfcff;}

			.border{
			border-right: 1px dashed #666;
		
	}

	.publications a{
		display: inline-flex;
		font-size: 20px;
		padding: 1em;
		align-items: center;
	}

	.publications p{
		line-height: 25px;
	}
	.publications i{
		margin-right: 5px;
		font-size: 50px;
	}

	.publications .card:hover{
		background: #3B74CE;}

		.publications .card:hover i, .publications .card:hover p{
		color: #ffffff;
		transition: 0.5s;
	}