@import url(../fonts/ubuntu/stylesheet.css);
@import url(../fonts/lato/stylesheet.css);

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'ubunturegular';
}

h1,h2,h3,h4,h5,h6,p,a {
	font-family: 'ubunturegular';

}
.side-bars {
	position: relative;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
}

.side-bars:after,
.side-bars:before {
	content: '';
	height: 5px;
	width: 200px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 40%;

}

.side-bars:after {
	right: -230px;
}

.side-bars:before {
	left: -230px;
}

.purple {
	color: #2e2e81;
}

.purple.side-bars:after,
.purple.side-bars:before {
	border-top: 1px solid #2e2e81;
	border-bottom: 1px solid #2e2e81;
}

.btn-theme {
	color: #fff;
	font-size: 16px;
	font-family: 'latoregular';
	display: inline-block;
	padding: 9px 45px;
	background: #2e2e81;
	border-radius: 25px;
	text-transform: uppercase;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	margin-top: 20px;
}

.btn-theme:hover {
	text-decoration: none;
	color: #fff;
	background: #4141a7;
}



/*---- Header ---- */

header {
	position: relative;
	z-index: 9;
}
.topbar {
	background: #f6f9f8;
	padding: 18px 0px;
}
header nav.navbar {
	background: rgba(46,46,129,0.8);
	margin-bottom: 0px;
	min-height: 1px;
	padding: 0px 0px;
}

header nav.navbar ul {
	text-align: center;
	list-style-type: none;
}

header nav.navbar ul li a {
	color: #fff;
	font-size: 17px;
	display: block;
	padding: 0px 12px;
	font-family: 'latoregular';
}

.navbar-toggler {
	display: none;
}

.header-social li a,
.footer-social li a {
	display: block;
	background: #fff;
	color: #2e2e81;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	font-size: 17px;
	padding-top: 4px;
}

.header-social li a:hover,
.footer-social li a:hover {
	background: #2e2e81;
	color: #fff;
}

.topbar .header-social {
	margin-top: 20px;
	margin-left: 0;
}

.header-phone {
	color: #2e2e81;
	font-size: 21px;
	text-align: right;
	/* margin-top: 20px; */
	font-family: 'latoregular';
}

.header-phone i {
	padding-right: 10px;
}



/*---- Banner Area ---- */

.banner-area,
.title-area {
	position: relative;
    top: -50px;
	background-size: cover;
}

.bg-black {
	background: rgba(0,0,0,0.7);
	display: inline-block;
	padding: 40px;
	margin-top: 227px;
	margin-bottom: 150px;
	max-width: 70%;
}
.bg-black h1,
.title-area h1 {
	color: #fff;
	font-size: 36px;
	border-left: 6px solid #ffa500;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.bg-black {
		margin-top: 100px;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.bg-black h1 {
		font-size: 26px;
	}
}

@media screen and (max-width: 567px) {
	.bg-black h1, .bg-black h1 button {
		font-size: 20px;
	}
}

.title-area h1 {
	background: rgba(0,0,0,0.7);
	display: inline-block;
	padding: 40px;
}

.title-area {
	padding: 50px 0px;
}

.bg-black h1 button {
	color: #fff;
	font-size: 24px;
	background: none;
	padding: 0px;
	border: none;
	font-family: 'latoregular';
}

.bg-black h1 button img {
	position: relative;
	top: -5px;
}

.bg-black h1 button:hover,
.bg-black h1 button:focus {
	background: none;
	outline: none;
}

.page-container {
	padding: 30px 0px;
}



/*---- Solutions ---- */

.solutions {
	text-align: center;
	padding: 30px 0px;
}
.solutions .purple + p {
	color: #8b8a8a;
	font-size: 24px;
	font-family: 'latoregular';
	margin-top: 25px;
}
.solutions .col-sm-3 h3 {
	color: #2e2e81;
	font-size: 21px;
	text-transform: uppercase;
	padding-bottom: 16px;

	position:relative;
}
.solutions .col-sm-3 h3:after {
	content: '';
	position: absolute;
	bottom: 0px;
	height: 1px;
	background: #2e2e81;
	width: 125px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.solutions .col-sm-3 {		width: 33.3333%;
	padding-bottom: 40px;
	margin-top: 55px;
}

.solutions .col-sm-3 h3 + p {
	font-size: 18px;
	color: #545353;
	font-family: 'latoregular';
}

.solutions .col-sm-3 +  .col-sm-3 {
	border-left: 1px solid #5e5e5e;
}

.inner-image {
	display: inline-block;
	height: 145px;
	width: 145px;
	border-radius: 50%;
	border: 2px solid #ffa500;
	padding-top: 13px;

}

.inner-image img {
	margin: 0 auto;
}

@media screen and (max-width: 1023px) {
	.solutions .col-sm-3 {
		width: 50%;
		float: left;
	}
	.solutions .col-sm-3:nth-child(3){
		border: none;
	}
}

@media screen and (max-width: 567px){
	.solutions .col-sm-3 {
		width: 100%;
	}
	.solutions .col-sm-3 + .col-sm-3{
		border: none;
	}
	.solutions .purple + p {
		font-size: 18px;
		font-family: 'latoregular';
		margin-top: 15px;
	}
}



/*---- Clients Carousel ---- */

.clients-saying {
	text-align: center;
	background-size: cover;
	padding: 88px 0px;
	margin-top: 30px;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.5);
}

.clients-saying .testimonial-slider {
	margin-top: 65px;
}

.clients-saying .testimonial-slider .col-sm-3 img {
	float: right;
	margin-top: 15px;
	padding-right: 15px;
}

.clients-saying  p {
	color: #fff;
	font-size: 16px;
	font-family: 'latoregular';
	text-align: left;
	margin-bottom: 20px;
	margin-right: 10%;
}

.clients-saying  .col-sm-9 {
	border-left: 4px solid #fff;
	padding-left: 40px;
	padding-top: 20px;
}

.clients-saying a {
	color: #ffa500;
}



/*---- Makes Difference---- */

.makes-difference {
	padding: 70px 0px;
}

.makes-difference h3 {
	font-size: 32px;
	color: #2e2e81;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'latoregular';
}

.makes-difference h4 {
	font-size: 22px;
	color: #4c4c9d;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: 'latoregular';
}

.makes-difference p {
	font-size: 16px;
	color: #545353;
	font-family: 'latoregular';
	letter-spacing: -0.6px;
}

.makes-difference img {
	outline: 1px solid #fff;
	outline-offset: -8px;
	border-radius: 4px;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.5);
}

@media screen and (max-width: 767px) {
	.makes-difference {
		text-align: center;
	}
	.makes-difference .entry {
		margin-bottom: 50px;
	}
	.clients-saying .source {
		text-align: center;
	}
	.clients-saying .testimonial-slider .col-sm-3 img {
		float: left;
	}
	.clients-saying .testimonial-slider{
		margin-top: 25px;
	}
}



/*---- Latest News---- */

.latest-news {
	background-size: cover;
	padding: 75px 0px;
	text-align: center;
}

.latest-news .side-bars:after,
.latest-news .side-bars:before {
	    width: 135px;
}

.latest-news .side-bars {
	margin-bottom: 65px;
}

.latest-news .side-bars:before {
    left: -160px;
}

.latest-news .side-bars:after {
    right: -160px;
}

.latest-news .col-sm-6 {
	text-align: left;
}

.latest-news h3 {
	color: #eeeeef;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'latoregular';
}

.latest-news p {
	color: #fff;
	font-size: 16px;
	font-family: 'latoregular';
}

.latest-news p a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.latest-news .col-sm-3 {
	text-align: right;
}

.news-date {
	color: #2e2e81;
	font-family: 'latoregular';
	font-size: 24px;
	background: #fff;
    height: 62px;
    width: 62px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    padding-top: 7px;
	display: inline-block;
	margin-top: 20px;
}

.news-date span {
	text-transform: uppercase;
	font-size: 18px;
}

.latest-news .btn-theme {
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	.latest-news .side-bars {
		margin-bottom: 20px;
	}
	.latest-news .col-sm-6 {
		text-align: center;
	}
	.latest-news .col-sm-3 {
		text-align: center;
		margin-bottom: 10px;
	}
}



.heading-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.heading-column {
	flex: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
  	padding-bottom: 40px;
}

.voluntary-benefits-wrapper {
	border: 1px solid #2e2e81;
	padding: 30px;
	margin-top: 28px;
}

.voluntary-benefits-wrapper h2 {
	text-align: center;
}

ul.bullet-list {
    text-align: left;
    padding-left: 0;
    list-style: none;
}

.bullet-list li {
    padding-left: 2em;
    position: relative;
    margin: 0.35em 0;
}

.bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(46, 46, 129);
    height: 0.8em;
    width: 0.8em;
}

.bullet-list li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.services-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.service-box  {
	flex: 30%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px;
	margin: 16px 6px;
}

.service-box h3 {
	margin-bottom: 20px;
}

.page-id-2430 .service-box img {
	width: 100px;
	height: 100px;
}

.columns {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

@media screen and (max-width: 567px) {
	.columns {
		-moz-column-count: 1;
		-moz-column-gap: 60px;
		-webkit-column-count: 1;
		-webkit-column-gap: 60px;
		column-count: 1;
		column-gap: 60px;
	}
	
	.heading-column {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
	
	.service-box {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
}



/*---- Footer ---- */

footer {
	background: #474747;
	padding: 45px 0px 20px 0px;
	text-align: center;
}

footer .footer-logo {
	display: inline-block;
	margin: 35px auto 30px;
}

footer .footer-logo a {
	margin: 0 auto;
}

.footer-contact {
	margin-bottom: 25px;
}

footer ul {
	margin-left: 0;
}

.footer-contact li {
	width: 48%;
	float: left;
	text-align: left;
	position: relative;
	padding-left: 45px;
	color: #fff;
	font-size: 14px;
	font-family: 'latoregular';
	margin-bottom: 15px;
}

.footer-contact li a {
	color:#fff;
}

.footer-contact li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-contact li i {
	position: absolute;
	left: 0px;
	top: 1px;
	color: #2e2e81;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
	background: #fff;
	font-size: 19px;
    padding-top: 6px;
}

footer .col-sm-6 + .col-sm-6 {
	text-align: left;
	background: url(../images/footer-bg.png) center center no-repeat;
	background-size: contain;
	border-left: 1px solid #58585a;
	padding-left: 60px;
}

footer .col-sm-6 + .col-sm-6 h3 {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 0px;
}

footer .col-sm-6 + .col-sm-6 .form-control {
	background: rgba(132,132,132,0.2);
	border-radius: 2px;
	border-color: #696969;
	color: #fff;
	height: 40px;
}

footer .col-sm-6 + .col-sm-6 .form-control:focus {
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #333;
}

footer .col-sm-6 + .col-sm-6 textarea.form-control {
	height: auto;
}

footer .col-sm-6 + .col-sm-6 .btn-theme {
	border: none;
	padding: 9px 10%;
	margin-top: 0px;
}

.footer-nav {
	text-align: center;
	margin: 40px 0px 10px;
}
.footer-nav li a {
	color: #fff;
	font-size: 14px;
	padding: 0px 5px;
	font-family: 'latoregular';
}
.copyright {
	color: #fff;
	font-size: 12px;
	font-family: 'latoregular';
	text-align: center;
}

@media screen and (max-width: 767px) {
	.footer-contact li {
		text-align: left;
		margin-left: 30%;
	}
	footer .col-sm-6 + .col-sm-6 h3 {
		text-align: center;
		margin-bottom: 25px;
		margin-top: 20px;
	}
	footer .col-sm-6 + .col-sm-6 {
		border: none;
		padding-left: 15px;
	}
	footer .row {
		margin: 0;
	}
	footer input[type="submit"] {
		width: 100%;
	}
}

@media screen and (max-width: 567px) {
	.footer-contact li {
		margin-left: 15%;
	}
}

@media(max-width: 1190px) {
	header nav.navbar ul li a {
    padding: 0 10px;
	}
	.side-bars {
    font-size: 32px;
	}
}
@media(max-width: 992px) {
	header nav.navbar ul li a {
		color: #fff;
		display: block;
		font-family: "latoregular";
		padding: 0 9px;
	}
	.header-social li a, .footer-social li a {
		background: #fff none repeat scroll 0 0;
		border-radius: 50%;
		color: #2e2e81;
		display: block;
		font-size: 13px;
		height: 24px;
		padding-top: 3px;
		text-align: center;
		width: 24px;
	}
	.footer-contact li {
		width: 75%;
	}
	footer .footer-logo {
		margin: 5px auto 30px;
	}
}

@media(max-width: 767px) {
	.navbar-toggler {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: medium none;
		display: block;
		font-size: 30px;
		margin: 0 auto;
		padding: 0;
	}
	.navbar-toggler:hover {
		background: rgba(46,46,129,1);
	}
	header nav.navbar {
		padding: 0px;
		margin: 0px;
	}
	header nav.navbar ul li a {

		font-size: 15px;
		padding: 8px 9px;
	}
	header .navbar-nav {
		margin: 0px;
		padding: 0px;
	}
	.navbar-collapse {
		position: absolute;
		width: 100%;
		background: rgba(46, 46, 129, 0.7) none repeat scroll 0 0;
	}
	.topbar,
	.header-phone {
		text-align: center;
	}
	.topbar a {
		display: inline-block;
	}
	.header-phone {
		margin-top: 5px;
	}
	.topbar {
		padding: 5px 0 20px;
	}
	.header-social li a, .footer-social li a {

		font-size: 16px;
		height: 30px;
		padding-top: 4px;
		width: 30px;
	}
	.side-bars::after, .side-bars::before {
		display: none;
	}
}
