﻿/* CSS Document */

/*  em, strong, button, blockquote, address, big,small, strike, tt,*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym,  cite, code,
del, dfn, img, ins, kbd, q, s, samp,
 var, hr,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}

/* END RESET */

/* FONT STYLES*/

body{
	background:#fff fixed;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color:#333333;
	font-size:18px;
	line-height:30px;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  END   */

/*  Top Wrapper  */

.topbg {
	background: #225dbd;
	text-align: center;
}
.toptext {
	padding: 25px;
	color: #fff;
}
.toptext span {
	font-weight: 700;
}
.toptext a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	padding: 0 0 0 12px;
}
.toptext a:hover {
	color: #000;
}

.topwrapper {
	width:1540px;
	margin:0 auto;
	padding:10px 0;
	clear:both;
	display:table;
	content:"";
	position:relative;
	z-index:9;
}
.topleft {
	float:left;
	display:block;
	width:220px;
	padding:10px 10px 10px 0;
}
.topleft img {
	display:table;
	width:100%;
}
.topright {
	float:right;
	display:block;
	margin:20px 0 0 0;
}
.topright nav, .topright .topsocial, .topright .getquote {
	float:left;
	display:block;
}
.topsocial {
	margin:7px 10px;
}
.topsocial a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin: 0 1px;
	color: #fff !important;
	background: #3c5897;
}
.topsocial a:nth-child(2) i {
	background: #00acee;
}
.topsocial a:nth-child(3) i {
	background: #017cb7;
}
.topsocial a:nth-child(4) i {
	background: #bb298e;
}
.topsocial a:nth-child(5) i {
	background: #10c245;
}
.topsocial a:hover i {
	background:#fe0000;
	color: #fff !important;
}
.getquote a {
	padding:3px 0;
	text-align:center;
	width:100px;
	display:inline-block;
	font-size:16px;
	line-height:30px;
	font-weight:800;
	text-transform:none;
	color:#fff;
	border:2px solid #225dbd;
	background:#225dbd;
	border-radius:5px;
}
.getquote a:hover {
	background:none;
	color:#225dbd;
	border:2px solid #225dbd;
}

/*  End  */

/* Idx Header Wrapper  */

.idxheaderbg {
	background: #f1f8ff;
}
.idxheaderwrapper {
	width: 1540px;
	margin: 0 auto;
	padding: 60px 0;
	display: table;
	clear: both;
	content: "";
}
.idxheaderwrapper1 {
	width: 1540px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	display: table;
	clear: both;
	content: "";
}
.idxheaderleft {
	display: inline-block;
	vertical-align: middle;
	width: 42%;
}
.idxheaderright {
	display: inline-block;
	vertical-align: middle;
	width: 52%;
	padding: 0 0 0 6%;
}
.idxheaderright1 {
	width: 40%;
	padding: 0 0 0 26%;
}
.idxheaderright img {
	display: table;
	width: 100%;
}
.idxheaderleft h1 {
	font-weight: 1000;
	font-size: 40px;
	line-height: 46px;
	padding: 10px 0;
}
.idxheaderleft h1 i {
	color: #fe0000;
}
.idxheaderleft h1 span {
	color: #225dbd;
}

.idxheaderleft p {
	padding: 0 0 20px 0;
	font-size: 22px;
	line-height: 36px;
}


.idxheaderwrapper h3, .innerhecos h1 {
	font-weight: 1000;
	font-size: 36px;
	line-height: 36px;
	padding: 0px 0;
	color:#225dbd;
	text-align: center;
}
.idxheaderwrapper h6, .innerhecos h2 {
	font-weight: 700;
	padding: 10px 0 0 0;
	text-align: center;
}
.innerhecos .btn1 {
	padding: 15px 0 0 0;
	text-align: center;
}
.innerhecos .btn1 a {
	padding: 8px 18px;
	font-size: 14px;
	text-transform: uppercase;
}

/*  End  */

/*  idxexperiancewrapper  */

.idxclientbox img {
	width:90%;
	display: block;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 8px;
	margin: 10px auto;
	/*filter: grayscale(100%);*/
}
/*.idxclientbox img:hover {
	filter: grayscale(0%);
}*/

/*  End  */

/*  footer  */

.footerbg {
	background: #f1f8ff;
}
.footer {
	width:1540px;
	margin:0 auto;
	padding:60px 0;
	clear:both;
	display:table;
	content:"";
	position:relative;
	font-size:16px;
	line-height:normal;
	color: #333;
}
.footerlogo {
	width: 120px;
	display: table;
	margin: 0 auto;
}
.footerlink {
	padding: 25px 0;
	font-weight: 600;
	text-align: center;
}
.footerlink span {
	padding: 0 7px;
}
.footer a {
	color: #333;
}
.footer a:hover {
	color: #225dbd;
}
.footercol1 {
	float: left;
	display: block;
	width: 25%;
	line-height: normal;
}
.footercol1 img {
	width: 75%;
}
.footercol2 {
	float: left;
	display: block;
	width: 18%;
}
.footercol3 {
	float: left;
	display: block;
	width: 32%;
}
.footercol2 a, .footercol3 a {
	display: block;
	color: #333;
	font-weight: 900;
	text-transform: uppercase;
	padding: 7px 0;
	font-size: 15px;
}
.footercol4 {
	float: left;
	display: block;
	width: 25%;
}

.footernewsletter {
	width: 100%;
	display: table;
	clear: both;
	margin: 0 auto;
	content: "";
}
.footernewsletter input {
	width: 56%;
	float: left;
	display: block;
	border: 0;
	box-shadow: none;
	font-size: 16px;
	padding: 14px 4%;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	font-family: 'Nunito', sans-serif;
}
.footernewsletter input[type="submit"] {
	width: 36%;
	float: left;
	display: block;
	border: 0;
	box-shadow: none;
	font-size: 16px;
	padding: 14px 3%;
	background: #225dbd;
	font-weight: 800;
	color: #fff;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	font-family: 'Nunito', sans-serif;
	cursor: pointer;
}
.footernewsletter input[type="submit"]:hover {
	background: #fe0000;
}
.footernewsletter label.error {
	font-size:11px !important;
	line-height:normal !important;
	color:#ff0000;
	background: #fff;
	padding: 2px;
	font-weight:700;
	position: absolute;
	margin: 54px 0 0 -22%;
}

.footercopy {
	float: left;
	display: block;
	width: 100%;
}
.footercopy a {
	color: #225dbd;
	font-weight: 900;
}
.footercopy a:hover {
	color: #000;
}

.footersocial {
	float: none;
	width: 100%;
	display: table;
	clear: both;
	content: "";
	padding: 25px 0;
}
.footersocial a i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
	color: #fff !important;
	background: #3c5897;
}
.footersocial a:nth-child(2) i {
	background: #00acee;
}
.footersocial a:nth-child(3) i {
	background: #017cb7;
}
.footersocial a:nth-child(4) i {
	background: #bb298e;
}
.footersocial a:nth-child(5) i {
	background: #10c245;
}
.footersocial a:hover i {
	background:#fe0000;
}

/*  End  */

/*  innercontainwrapper  */

.innercontainwrapper {
	width: 1540px;
	margin: 0 auto;
	display: table;
	content: "";
	clear: both;
	padding: 60px 0;
}

/*  End  */

/*  headingtext1  */

.headingtext1 {
	display: block;
	text-align: center;
	padding: 0 0 20px 0;
}
.headingtext1 h3 {
	font-size: 42px;
	line-height: 42px;
	font-weight: 1000;
}
.headingtext1 h3 span {
	color: #235dbd;
}
.headingtext1 h6 {
	color: #333;
	padding: 10px 0 0 0;
	font-weight: 700;
	font-size: 22px;
}

/*  End  */


/*  idxinquiry   */

.idxinquiry {
	width: 1540px;
	margin: 0 auto;
	padding: 25px 0;
	display: table;
	clear: both;
	content: "";
	color: #fff;
	position: relative;
}
.idxinquiry h3 {
	font-size: 44px;
	font-weight: 900;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	width: 17%;
}
.idxinquiry h3 span {
	font-size: 22px;
	line-height: normal;
	display: block;
	font-weight: 700;
}
.idxinquiry input {
	width: 20%;
	padding: 12px 1%;
	margin: 0 0.5%;
	background: #fff;
	box-shadow: none;
	border: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	color:#333333;
	font-size:15px;
	line-height:20px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.idxinquiry input[type="submit"] {
	width: 12%;
	margin: 0 0 0 0.5%;
	display: inline-block;
	vertical-align: middle;
	box-shadow: none;
	border-radius: 3px;
	padding: 10px 0;
	line-height: 20px;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	background: #225dbd !important;
	border:3px solid #fff;
	cursor: pointer;
	letter-spacing: 0px;
	position: relative;
}
.idxinquiry input[type="submit"]:hover {
	background: #fff !important;
	color:#225dbd;
}
.idxinquiry label.error {
	font-size:11px !important;
	line-height:normal !important;
	color:#ff0000;
	background: #fff;
	padding: 2px;
	font-weight:700;
	position: absolute;
	margin: 54px 0 0 -22%;
}

/*  End  */

/*  idxservicesbox  */

.idxservicesbox {
	width: 33%;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.idxservicesbox img {
	width: 80px;
}
.idxservicesbox h4 {
	font-size: 24px;
	font-weight: 900;
	padding: 12px 0;
}
.idxservicesbox a {
	background: #fff;
	border-radius: 5px;
	padding: 7%;
	display: block;
}
.idxservicesbox a:hover {
	background: #f1f8ff;
}

/*  End  */




/*  team wrapper  */

.teamboxmain {
	width: 100%;
	clear: both;
	display: table;
	margin: 0;
	padding: 0;
	content: "";
}
.idxteambox {
	width: 82%;
	padding: 5%;
	margin: 10px auto 15px auto;
	display: table;
	clear: both;
	content: "";
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	line-height: normal;
}
.idxteambox img {
	width: 100%;
	display: table;
	border-radius: 5px;
}
.idxteambox h4 {
	padding: 12px 0;
}
.idxteambox h4 span {
	display: block;
	font-weight: 700;
}
.idxteambox p {
	line-height: 20px;
	padding: 0 0 12px 0;
}

/*  End  */

/*  idx Struggling  */

.idxstrugglingbox {
	width: 31%;
	float: left;
	display: block;
	margin: 1%;
}
.idxstrugglingbox h3 {
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 20px 0;
}
.idxstrugglingbox h3 span {
	color: #225dbd;
	display: block;
}
.idxstrugglingbox p span {
	font-weight: 800;
}
.idxstrugglingbox1 {
	width: 27%;
	float: left;
	display: block;
	margin: 1%;
	padding: 2%;
	background: #fff;
	border-radius: 5px;
}
.idxstrugglingbox1 h4 {
	font-weight: 800;
	font-size: 20px;
	padding: 0 0 10px 0;
}
.idxstrugglingbox1 p {
	padding: 0 0 15px 0;
}
.idxstrugglingbox1 h6 {
	padding: 10px 0 0 0;
	font-weight: 700;
	font-size: 14px;
}
.idxstrugglingbox1 a, .idxhealthcontext a, .idxresourceswrapper a {
	color: #225dbd;
}
.idxstrugglingbox1 a:hover, .idxhealthcontext a:hover, .idxresourceswrapper a:hover {
	color: #000;
}

.teamboxmain li {
	display: block !important;
	float: left !important;
	width: 33% !important;
}

/*  End  */

/*  idxhealthcontext  */

.idxhealthcontext {
	padding: 25px 0;
	text-align: center;
	display: block;
	font-weight: 700;
}

/*  End  */

/*  idxbookfree   */

.idxbookfree {
	width: 92%;
	margin: 0 auto;
	padding: 2%;
	border: 1px solid #225dbd;
	display: table;
	clear: both;
	content: "";
	border-radius: 7px;
}
.idxbookfree img {
	width: 6%;
	display: inline-block;
	vertical-align: middle;
}
.idxbookfreecol1 {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	padding: 0 3%;
}
.idxbookfreecol1 h6 {
	font-weight: 700;
	color: #225dbd;
}
.idxbookfreecol1 p span {
	font-weight: 700;
}
.idxbookfree .btn2 {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
}
.idxbookfree .btn2 a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

/*  End  */


/*  idxcommunity */

.idxcommunity {
	width: 100%;
	display: table;
	clear: both;
	content: "";
	line-height: normal;
}
.idxcommunityboxcol1 {
	float: left;
	display: block;
	width: 16%;
	text-align: center;
}
.idxcommunityboxcol2 {
	float: left;
	display: block;
	width: 12%;
	text-align: center;
	background: url("../images/line1.gif") repeat-y center;
}
.idxcommunityboxcol1 h4 {
	font-weight: 1000;
	font-size: 38px;
	padding: 0 0;
}
.idxcommunityboxcol1 p {
	font-weight: 800;
}
.idxcommunityboxcol1 img {
	width: 50px;
}

/*  End  */

/*  idx Resources  */

.idxresourcesbg {
	background: #f1f8ff;
	border-radius: 7px;
}
.idxresourceswrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
}
.idxresourceswrapper h3 span, .idxclientbox h3 span {
	color: #225dbd;
}
.idxresourceswrapper h5 {
	font-weight: 1000;
	text-align: center;
	font-size: 18px;
}

.idxresourcescontain {
	width: 100%;
	clear: both;
	display: table;
	content: "";
	padding: 25px 0;
}
.idxresourcescontainbox {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	padding: 1%;
	margin: 1%;
	border-radius: 7px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 8px;
}
.idxresourcescontainbox img {
	width: 100%;
	display: table;
	border-radius: 7px;
}
.idxresourcescontainbox span {
	font-weight: 900;
	padding: 20px 0 0 0;
	display: block;
	color: #000;
	line-height: normal;
}
.idxresourcescontainbox span i {
	display: block;
	font-size: 14px;
	color: #fe0000;
	font-weight: 900;
	padding: 0 0 5px 0;
}

.resourespage .idxresourcescontainbox {
	background: #f9f5e9;
}

.resourcescontain {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	position: relative;
}
.resourcescontain p {
	margin: 0 0 20px 0;
}
.resourcescontain p span, .resourcescontain h6 {
	font-weight: 700;
}
.resourcescontain h4 {
	font-weight: 800;
	font-size: 22px;
	color: #225dbd;
	margin: 0 0 10px 0;
}

/*  End  */

/*  About Box  */

.aboutbox1 {
	width: 100%;
	clear: both;
	display: table;
	content: "";
}
.aboutbox1col1 {
	display: inline-block;
	vertical-align: middle;
	width: 42%;
}
.aboutbox1col1 h3 {
	font-weight: 800;
	font-size: 24px;
	color: #225dbd;
	padding: 30px 0 30px 50px;
}
.aboutbox1col1 p {
	margin: 0 0 20px 0;
}
.aboutbox1col1 h3:after {
	width: 100px;
	height: 100px;
	background: #ffe8e1;
	display: table;
	content: "";
	border-radius: 50%;
	margin: -70px 0 0 -50px;
}
.aboutbox1col1:last-child h3 {
	color: #333;
}
.aboutbox1col1:last-child h3:after {
	background: #fdf8ea;
}
.aboutbox1col2 {
	display: inline-block;
	vertical-align: middle;
	width: 16%;
}
.aboutbox1col2 img {
	width: 70%;
	margin: 0 auto;
	display: block;
}

.aboutbox2 {
	display: table;
	clear: both;
	width: 100%;
	content: "";
}
.aboutbox2col1 {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}
.aboutbox2col2 {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 5% 0 0;
}
.aboutbox2col2 img {
	width: 100%;
	display: table;
}
.aboutbox2col1 h2 {
	font-weight: 1000;
}

.aboutbox2col1 h3  {
	font-weight: 1000;
	padding: 10px 0 15px 0;
	font-size: 42px;
}
.aboutbox2col1 h3 span  {
	color: #225dbd;
}
.aboutbox2col1 p {
	margin: 0 0 25px 0;
}
.aboutbox2col1 .btn1 img {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	padding: 0 0 0 5%;
}

/*  End  */

/*  sectorsbox  */

.sectorsbox {
	width: 17%;
	padding: 2% 1.5%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.sectorsbox img {
	width: 50px;
}
.sectorsbox h6 {
	font-weight: 700;
}

/*  End  */


/*  Faq   */

.faqcontain {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	display: table;
	clear: both;
	content: "";
}
.faqcontain p {
	margin: 0 0 15px 0;
}
.faqcontain p:last-child {
	margin: 0 0 0px 0;
}
.faqcontain h6 {
	font-weight: 700;
}
.faq-c {
	position: relative;
	padding: 0;
	background: #f9f5e9;
	margin: 20px auto;
}
.faq-t {
	float: left;
	/*padding-right: 0.3em;*/
	padding:  0 0px;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
	background:#225dbd;
	min-height:54px;
	line-height:54px;
	width:50px;
	text-align:center;
}

.faq-o {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
	background:#225dbd;
	color:#fff;
	width:30px !important;
	height:30px !important;
	min-height:30px !important;
	line-height:30px !important;
	border-radius:50%;
	padding:0;
	top:10px;
	left:10px;
}

.faq-q {
	cursor: pointer;
	font-size: 14px;
	line-height:20px;
	min-height:40px;
	font-weight: 800;
	letter-spacing: 0;
	color: #333;
	position: relative;
	padding:  7px 15px 7px 65px;
	
	display: flex;
	text-align:left;
}
.faq-q i {
	margin:auto;
	width:100%;
}

.faq-a {
	clear: both;
	color: #333;
	display: none;
	font-size: 16px;
	line-height: 24px;
	/*padding-left: 1.5em;*/
	padding:  0 20px 20px 20px;
}

/*  End  */

/*  Contact Us  */

.idxcontactbg {
	background: #f1f8ff;
	border-radius: 7px;
	padding: 40px 3%;
}
.contactboxcol1 {
	float: left;
	display: block;
	width: 31.33%;
	margin: 1%;
	text-align: center;
	font-size: 16px;
	line-height: normal;
}
.contactboxcol1 img {
	width: 80px;
	margin: 0 auto;
	display: block;
}
.contactboxcol1 h6 {
	padding: 10px 0;
	font-weight: 900;
	font-size: 18px;
	color: #225dbd;
}
.contactboxcol1 h5 {
	padding: 0 0 20px 0;
	font-weight: 900;
	font-size: 18px;
}

.contactmap {
	display: block;
	clear:both; 
}
.contactmap iframe {
	width: 100%;
	height: 450px;
	margin: 0 0 -7px 0;
}

.contactform {
	width: 100%;
	display: table;
	clear: both;
	content: "";
	padding: 50px 0 0 0;
}
.contactformleft {
	float: left;
	display: block;
	width: 30%;
}
.contactformright {
	float: right;
	display: block;
	width: 65%;
}
.contactformleft h4 {
	font-size: 28px;
	font-weight: 1000;
	padding: 0 0 15px 0;
}

.contactformright input, .contactformright textarea {
	width: 96%;
	box-shadow: none;
	padding: 14px 2%;
	margin:10px 0;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	background: #fff !important;
	border:1px solid #dcdcdc;
	border-radius:3px;
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
}
.contactformright input[type="submit"] {
	width: 160px;
	margin: 10px 0 0 0;
	display: block;
	box-shadow: none;
	border-radius: 3px;
	padding: 12px 0;
	line-height: 24px;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: 22px;
	color: #fff;
	background: #225dbd !important;
	border:3px solid #225dbd;
	cursor: pointer;
	letter-spacing: 0px;
}
.contactformright input[type="submit"]:hover {
	background: none !important;
	color:#225dbd;
}
.contactformright .error {
	font-size:14px !important;
	line-height:normal !important;
	color:#225dbd;
	font-weight:700;
}

/*  End  */

/*  Services Contain  */

.servicesmainbox {
	width: 1000px;
	margin: 0 auto;
	display: block;
	clear: both;
	content: "";
}
.servicesmainboxcol1 {
	float: left;
	display: block;
	width: 50%;
}
.servicesmainboxcol2 {
	float: left;
	display: flex;
	width: 50%;
	background: #f9f5e9;
}
.servicesmainboxcol3 {
	float: right;
	display: block;
	width: 50%;
}
.servicesmainboxcol1 img, .servicesmainboxcol3 img {
	width: 100%;
	display: table;
}
.servicesmainboxcon {
	width: 80%;
	margin: auto;
	padding: auto;
	font-size: 16px;
	line-height: normal;
}
.servicesmainboxcon h4 {
	font-weight: 800;
	font-size: 18px;
}
.servicesmainboxcon p {
	padding: 10px 0 15px 0;
}

/*  End  */

/*  About Box  */

.servicesboxcol1 {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
}
.servicesboxcol1 img {
	width: 100%;
	display: table;
}
.servicesboxcol2 {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 5%;
}

.servicesboxcol1 {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
}
.servicesboxcol4 {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5% 0 0;
}


.servicesboxcol2 p {
	margin: 0 0 15px 0;
}
.servicesboxcol2 h6 {
	font-weight: 700;
	padding: 0 0 5px 0;
}

.servicesboxcol3 {
	display: block;
	float: left;
	width: 27.33%;
	margin: 1%;
	padding: 2%;
	background: #fff;
	border-radius: 7px;
}
.servicesboxcol3 h4 {
	font-weight: 800;
	font-size: 20px;
	padding: 0 0 8px 0;
	color:#225dbd;
}
.servicesboxcol3 p {
	padding: 0 0 15px 0;
}

/*  End  */


/*  table  */

.table1 {
	width: 100%;
	margin: 0 auto;
	border: 5px solid #006fd4;
}
.table1 td {
	width: 20%;
	padding: 10px;
	line-height: normal;
	font-size:14px;
	letter-spacing:0;
	border-left: 2px solid #a4a4a4;
	border-bottom: 2px solid #a4a4a4;
}
.table1 td:nth-child(2) {
	width: 25%;
}

.table-responsive {
	overflow-x: auto;
}
.table1 tr:first-child {
	background:#006fd4;
	color:#fff;
	font-size:16px;
	font-weight: 900;
	letter-spacing:0;
}
.table1 tr:first-child td {
	border-left: 2px solid #014f97;
}
.table1 tr:first-child span {
	display:block;
  font-weight: 900;
}

/*  End  */


/*  Why Us Wrapper   */

.whyustext p {
	margin: 0 0 20px 0;
}
.whyustext p span {
	color: #fe0000;
	font-weight: 900;
	letter-spacing: 0;
}
.whyustext h4 {
	color: #225dbd;
	font-weight: 900;
	letter-spacing: 0;
	font-size: 24px;
}
/*  End  */


/*  resourcescontain   */
.resourcescontain {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	position: relative;
}
.resourcescontain p {
	margin: 0 0 20px 0;
}
.resourcescontain p span, .resourcescontain h6, .resourcescontain a {
	font-weight: 900;
}
.resourcescontain h4 {
	font-weight: 800;
	font-size: 22px;
	color: #225dbd;
	margin: 0 0 10px 0;
}
.resourcescontain h6 {
	font-weight: 900;
	color: #225dbd;
}

/*  End  */


/*  Table Responsive   */

.table-responsive {
	overflow-x: auto;
}

.table2 {
	width: 100%;
	margin: 0 auto;
	border: 2px solid #a4a4a4;
}
.table2 td {
	width: 47%;
	padding: 10px 3%;
	line-height: normal;
	font-size:14px;
	letter-spacing:0;
	border-left: 2px solid #a4a4a4;
	border-bottom: 2px solid #a4a4a4;
}

.table2 tr:first-child {
	background:#225dbd;
	color:#fff;
	font-size:16px;
	font-weight: 900;
	letter-spacing:0;
	padding: 15px 3%;
}

.table2 tr:first-child span {
	display:block;
  font-weight: 900;
}

/*  End  */


/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  min-height:1px;
}
/* END FIX */
