body {
	font: normal 14px/20px 'Oxygen', sans-serif;
	color: #1e202a;
}
p{
	margin: 0 0 25px;
}
img{
	max-width: 100%;
	height: auto;
}

/*
- Arrow Box Styles
- Generated Using http://www.cssarrowplease.com/
*/
.arrow_box {
	position: relative;
}
li:hover .arrow_box:after, li:hover .arrow_box:hover:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

li:hover .arrow_box:after {
	border-color: rgba(143, 198, 62, 0);
	border-top-color: #8fc63e;
	border-width: 7px;
	margin-left: -7px;
}
li:hover .arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #;
	border-width: 13px;
	margin-left: -13px;
}

/*Icons*/

@font-face {
    font-family: 'icon';
    src:    url('../fonts/icon.eot?7ttw5d');
    src:    url('../fonts/icon.eot?7ttw5d#iefix') format('embedded-opentype'),
        url('../fonts/icon.ttf?7ttw5d') format('truetype'),
        url('../fonts/icon.woff?7ttw5d') format('woff'),
        url('../fonts/icon.svg?7ttw5d#icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\f00d";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-times:before {
    content: "\f00d";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-facebook-f:before {
    content: "\f09a";
}
.icon-bars:before {
    content: "\f0c9";
}
.icon-navicon:before {
    content: "\f0c9";
}
.icon-reorder:before {
    content: "\f0c9";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-down:before {
    content: "\f107";
}

header.site-header{
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,0.67);
	z-index: 5;
	top: 0;
}

header.site-header.in-page {
	background: #f5f5f5;
	position: relative;
}
ul.main-nav-items {
	margin: 0;
	/*padding: 35px 0;*/
	list-style: none;
}
ul.main-nav-items li{
	display: inline-block;
	margin-right: 30px;
	line-height: 90px;
}
ul.main-nav-items li:last-child {
	margin-right: 0;
}
ul.main-nav-items li a{
	color: #000;
	padding: 7px 10px;
}
ul.main-nav-items li:hover > a{
	color: #fff;
	background: #8fc63e;
	text-decoration: none;
}
header.site-header .logo{
	padding: 15px 0;
}
/*Mega Menu*/
.mega-menu-wrap
{
	position: absolute;
	z-index: 99;
	top:90px;
	background:#f5f5f5;
	right:0px;
	left:0px;	

    border: 1px solid #e3e3e3;
 
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
ul.main-nav-items li.one-level
{
	position: relative;
}
ul.main-nav-items li.one-level .mega-menu-wrap
{
	/*top:75px;*/
	width: 200px;
}
ul.main-nav-items li.one-level .mega-menu-content-wrap
{
	float: none;
}
.mega-menu-content-wrap
{
	float: left;
}
.mega-menu-quater
{
	width:33.33%;
}
.mega-menu-half
{
	width:50%;
}
.mega-menu-title
{
	text-shadow: 0 0 1px rgba(0,0,0,.25);
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size:22px;
	display: block;
	line-height: 38px;
}
.mega-menu-title a, 
ul.mega-menu-items li a
{
    border-bottom:  1px solid #e3e3e3;
    display: block; 
    padding:0px 25px !important;
}
ul.mega-menu-items
{
	margin:0px;
	padding:0px;
}
ul.mega-menu-items li
{
	display: block;
	margin:0px;
}
ul.mega-menu-items li a
{
	font-size: 16px;
	color:#9e9e9e;
	line-height: 33px;
}
ul.main-nav-items li.one-level .mega-menu-content-wrap ul.mega-menu-items li:nth-child(even) a
{
	background: white;
}
ul.mega-menu-items li:last-child a
{
	border-bottom:  0px solid #e3e3e3;
}
.mega-menu-title a:hover,
ul.mega-menu-items li a:hover
{
	background: transparent;
	color:#8fc63e;
	text-decoration: none;
}
ul.main-nav-items li:hover > .mega-menu-wrap,
ul.main-nav-items li:hover > .mega-menu-wrap:focus
{
	opacity: 1;
    visibility: visible;
}
.mega-menu-content-wrap a.mega-menu-img-link
{
	display: block;
	text-align: center;
	padding: 0px;
	text-decoration: none;	
}
a.mega-menu-img-link .mega-menu-img-title
{
	background: #8fc63e;
	display: block;
	font-size: 32px;
	color: #fff;
	line-height: 60px;
}
.mega-menu-content-wrap a.mega-menu-img-link:hover img
{
	opacity: 0.7;
}
.mega-menu-content-wrap:nth-child(even) a.mega-menu-img-link .mega-menu-img-title
{
	background: #e9b020;
}
/*Slider*/
.slider {
	text-align: center;
	color: #fff;
}
.slider .item {
	height: 750px;
	background-position: center;
	background-size: cover;
}
.slider h2{
	padding-top: 250px;
	margin: 0 0 20px;
	font: bold 48px/50px 'Oxygen', sans-serif;
}
.slider h3{
	font: normal 35px/40px 'Oxygen', sans-serif;
}
.slider p {
	font: normal 20px/24px 'Oxygen', sans-serif;
	margin-top: 30px;
}
.slider .btn {
	background: #91c73e;
	color: #fff;
	padding: 15px 40px;
}
.slider-wrapper {
	position: relative;
}
.slider-wrapper .down-arrow {
    content: '';
    position: absolute;
    height: 50px;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: url(../images/slider-down-arrow.png) no-repeat center bottom;
}


.slider .owl-prev, .slider .owl-next {
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: calc(50% - 75px);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
}
.slider .owl-prev {
    left: 40px;
}
.slider .owl-next {
    right: 40px;
}
.slider .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-pagination {
	position: absolute;
	width: 100%;
	bottom: 65px;
}
.slider .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	border-radius: 20px;
	background: #fff;
}
.slider .owl-controls .owl-page.active span, .slider .owl-controls.clickable .owl-page:hover span {
    background: #60b70e;
}




.buttons-wrapper{
	padding: 70px 0;
}

.buttons-wrapper .btn {
	padding: 30px 80px;
	font: bold 28px/34px 'Oxygen', sans-serif;
	color: #fff;
	border-radius: 0;
	position: relative;
	margin: 10px 0;
	min-width: 450px;
}
.buttons-wrapper .btn span {
	display: block;
	font: normal 16px/24px 'Oxygen', sans-serif;
}
.buttons-wrapper .btn.dark-btn {
	background: #1e202a;
}
.buttons-wrapper .btn.green-btn {
	background: #91c73e;
	margin-right: 20px;
}
.buttons-wrapper .btn.green-btn:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	right: -25px;
	top: 40px;
}
.buttons-wrapper .btn.dark-btn:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	left: -25px;
	top: 40px;
}
.buttons-wrapper .btn.btn-full {
	width: 100%;
}
.buttons-wrapper .btn.btn-full:after {
	content: none;
}

/*About organisation*/
.section-title {
	font: bold 24px/30px 'Oxygen', sans-serif;
	color: #1e202a;
	margin: 0 0 40px;
	padding: 0;
	text-transform: uppercase;
}
.section-title.with-description{
	margin-bottom: 0px;
}
.section-description{
	font: bold 15px/24px 'Oxygen', sans-serif;
	color: #1e202a;
	margin: 0 0 40px;
	padding: 0;
}
h1 {
	font: bold 24px/30px 'Oxygen', sans-serif;
	color: #91c73e;
	margin: 0 0 20px;
}
.about-organisation {
	background: #f8f8f8;
	padding: 50px 0;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Hero text*/
.hero-text {
	background: #7a7a7a;
	padding: 20px 0;
}
.hero-text p {
	font: normal 31px/35px 'Oxygen', sans-serif;
	color: #f8f8f8;
	margin: 0;
}

/*Benefit Section*/

.dcs-benefit {
	padding: 80px 0;
}
.benefit-block h2 {
	font: bold 20px/24px 'Oxygen', sans-serif;
	margin: 18px 0;
}

/*Software System Section*/
.software-systems {
	padding: 40px 0;
}
.software-systems .software-icon-container {
	height: 156px;
	position: relative;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}
.software-systems a:hover .software-icon-container
{
	border: 2px solid #8fc63e;
}
.software-icon-container img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.software-block h2, .software-block h3 {
	color: #535353;
	font: normal 16px/18px 'Oxygen', sans-serif;
	margin: 0 0 45px;
	text-transform: capitalize;
}
.software-block span {
	font: bold 24px/30px 'Oxygen', sans-serif;
	margin: 20px 0 5px;
	color: #535353;
	display: block;
}
.software-block a:hover {
	text-decoration: none;
}

/*Packages*/

.packages {
	padding: 80px 0 50px;
}
.gray.packages {
	background: #f9f9f9;
	padding: 30px 0;
	margin-top: 30px;
}
.package-block h2 {
	font: bold 24px/30px 'Oxygen', sans-serif;
	margin: 40px 0 0;
	color: #000;
}
.package-block h2 sup {
	font-size: 50%;
	top: -1em;
}
.package-block span {
	font: bold 14px/16px 'Oxygen', sans-serif;
}
.package-block p {
	margin: 20px 0 0;
}
.packages .choose-hero {
	font: bold 22px/30px 'Oxygen', sans-serif;
	color: #313131;
}
.package-block  a{
	color: inherit;
}
.package-block  a:hover {
	text-decoration: none;
}

/*Members Section*/
.members{
	padding: 10px 0;
	background: #f7f7f7;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.members a {
	display: inline-block;
	margin: 10px 0;
}

/*Testimonials*/
.testimonials {
	padding: 50px 0 30px;
}

blockquote {
    padding: 0;
    margin: 0 0 20px;
    border-left: none;
}

.testimonials blockquote ul {
	padding: 30px 20px 25px;
	margin: 0px;
	list-style: none;
	border: 1px solid #e6e6e6;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 20px;
}
.testimonials blockquote ul:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 10px;
	bottom: -16px;
	border: 8px solid;
	border-color: #e6e6e6 transparent transparent #e6e6e6;
}
.testimonials blockquote ul:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 12px;
	bottom: -11px;
	border: 8px solid;
	border-color: #f7f7f7 transparent transparent #f7f7f7;
}

blockquote ul li p {
	font: normal 14px/18px 'Oxygen', sans-serif;
	color: #4c4c4c;
}
blockquote ul li.title {
	font: bold 14px/18px 'Oxygen', sans-serif; 
	color: #4c4c4c;
	margin-bottom: 20px;
}

blockquote footer:before {
    content: none;
}

blockquote footer {
	background-repeat: no-repeat;
	background-position: center left;
	color: #fff;
	min-height: 51px;
	max-width: 200px;
	padding: 7px 0 0px 70px;
}
blockquote footer.green {
	background-color: #8fc63e;
}
blockquote footer.dark {
	background-color: #4c4c4c;
}
blockquote footer.yellow {
	background-color: #ffc91f;
}
blockquote footer p {
	margin-bottom: 0;
}

/*Subscribe*/

.subscribe{
	padding: 100px 0 60px 0;
}
.subscribe input[type="text"],.subscribe input[type="email"]{
	border: 1px solid #e6e6e6;
	padding: 20px;
	font-size: 16px;
	width: 75%;
}
.subscribe input[type="submit"]{
	background: #91c73e;
	border: none;
	outline: none;
	padding: 20px 60px;
	font-size: 16px;
	color: #fff;
}

/*Footer*/

.footer-top {
	background: #333333;
}
.social-media {
	text-align: center;
	padding: 40px 0;
	margin: 0;
	list-style: none;
}
.social-media-wrap {
	border-bottom: 1px solid #484848;
}
.social-media li{
	display: inline-block;
	margin-right: 80px;
}
.social-media li:last-child{
	margin-right: 0;
}
.social-media li a {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	line-height: 56px;
	display: inline-block;
	border: 2px solid #fff;
}
.social-media li a:hover {
	text-decoration: none;
	background: #fff;
	color: #333333;
}

footer .widgettitle {
	font-size: 22px;
	color: #fff;
	margin: 0 0 20px
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li a{
	display: inline-block;
	color: #858585;
	margin: 0 0 20px
}
.footer-menu-wrapper {
	padding-top: 35px;
	padding-bottom: 35px;
}

.footer-bottom {
	background: #696969;
	color: #fff;
	font-style: 13px;
	text-align: center;
}
.footer-member-logo {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-member-logo li {
	display: inline-block;
	margin-right: 75px;	
}
.footer-member-logo li:last-child{
	margin-right: 0;
}
.footer-bottom p.copyright{
	margin: 25px 0;
}
.footer-bottom a {
	color: #fff;
}


/*Responsive*/
.responsive-nav-icon,
.responsive-nav-close {
    cursor: pointer;
    display: none;
    font-size: 26px;
    padding: 15px 0;
}
.responsive-nav-icon {
	position: absolute;
	right: 25px;
	top: 10px;
}
.responsive-nav-close {
	position: absolute;
	top: 0px;
	right: 25px;
}


.page-wrapper, .package-wrapper {
	margin-top: 0px;
	padding: 50px 0 0px;
}
.page-wrapper > .container:last-child, .with-border-bottom {
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
}

.page-wrapper + .buttons-wrapper {
	padding: 30px 0;
}

.package-description {
	font: normal 20px/30px 'Oxygen', sans-serif;
	color: #050505;
}

.package-features h2 {
	font: normal 24px/30px 'Oxygen', sans-serif;
	color: #91c73e;
	margin: 30px 0 20px;
}
.package-features ul li, .software-system-block ul li{
	color: #91c73e;
	margin-bottom: 10px;
}
.package-features p, .package-features ul li span, .software-system-block ul li span {
	color: #7d7d7d;
}
.package-features p:last-child {
	margin-bottom: 0;
}
p.language-support-decs, p.additional-charge {
	color: #313131;
	margin: 20px 0;
}

.custom-system-block h2 {
	font: normal 20px/30px 'Oxygen', sans-serif;
	color: #050505;
}
.custom-system-block p {
	font: normal 14px/18px 'Oxygen', sans-serif;
	color: #656565;
	margin: 15px 0;
}
.custom-system-block a:hover, #software-system-slider a:hover {
	text-decoration: none;
}

.software-system-block {
	font: normal 15px/22px 'Oxygen', sans-serif;
	color: #7d7d7d;
}
.software-system-block ul
{
	padding-left: 20px;
}
.software-system-block h2, .about-block h2, .contact-block h2{
	font: normal 24px/30px 'Oxygen', sans-serif;
	color: #8fc63e;
	margin: 25px 0;
}
.contact-block h2 {
	margin-top: 0;
}

#software-system-slider {
	padding: 50px 0;
	border-bottom: 1px solid #e3e3e3;
}
#software-system-slider p {
	font: normal 20px/30px 'Oxygen', sans-serif;
	color: #8fc63e;
	margin: 15px 0 0;
}
#software-system-slider h3 {
	color: #7d7d7d;
	margin: 0;
	font: normal 14px/20px 'Oxygen', sans-serif;
}
.about-block p {
	color: #7d7d7d;
}

#software-system-slider .owl-prev,#software-system-slider .owl-next,#tesimonial-slider .owl-prev,#tesimonial-slider .owl-next{
	position: absolute;
	transform: translateX(-50%);
	bottom: -22px;
	width: 44px;
	height: 44px;
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	line-height: 44px;
	font-size: 18px;
	text-align: center;
	z-index: 9;
}
#software-system-slider .owl-prev ,#tesimonial-slider .owl-prev{
	left: calc(50% - 27px);
}
#software-system-slider .owl-next ,#tesimonial-slider .owl-next{
	left: calc(50% + 27px);
}
.software-system-hero {
	margin: 45px 0 0;
	font: bold 22px/30px 'Oxygen', sans-serif;
	color: #7d7d7d;
}

.steps-in-dcs h2 {
	margin: 25px 0;
	font: bold 40px/50px 'Oswald', sans-serif;
	/*font: normal 40px/50px 'Oxygen', sans-serif;*/
	color: #8fc63e;
}
.steps-in-dcs p{
	color: #7d7d7d;
}
.no-margin {
	margin: 0px!important;
}
.no-border {
	border: none!important;
}


/*Form */

.form-wrapper{
	border: 1px solid #d7d7d7;
}
.demo-form .form-header
{
	background: #1e202a;
}
.form-header, .green-frm-header {
	background: #8fc63e;
	color: #fff;
	padding: 25px;
}
.form-header h2,.form-header h1, .green-frm-header h1 {
	font: normal 24px/30px 'Oxygen', sans-serif;
	margin: 0 0 15px;
	color: #fff;
}
.form-body {
	padding: 25px;
}
.form-body label {
	font: normal 14px/20px 'Oxygen', sans-serif;
	color: #4e4e4e;
}
.form-body label .required {
	color: red;
}
.form-control {
	background: #fcfcfc;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.form-footer {
	padding: 25px;
	background: #f5f5f5;
}
.form-wrapper .btn {
	background: #8fc63e;
	text-transform: uppercase;
	padding: 10px 30px;
	color: #fff;
	font: normal 18px/24px 'Oxygen', sans-serif;
}
.build-system-form .form-header {
	background: #f4f4f4;
	padding: 0;
}
.build-system-form .form-header h2{
	color: #4f4f4f;
	font: normal 24px/28px 'Oxygen', sans-serif;
	margin: 20px 0;
}
input[type=checkbox], input[type=radio] {
	margin-right: 10px;
}
.build-system-form .form-body h3 {
	margin: 0 0 20px;
	font: normal 24px/28px 'Oxygen', sans-serif;
}
/*Information page*/
.info-wrap h2 {
	color: #1e202a;
	font: bold 20px/22px 'Oxygen', sans-serif;
}
.info-wrap .info-block {
	width: 160px;
	height: 160px;
	border-radius: 80px;
	margin: 0px auto;
}
.testimonial-info-block.info-block {
	background: #1e202a url('../images/testimonial-icon.png') no-repeat center center;
}
.press-info-block.info-block {
	background: #91c73e url('../images/press-icon.png') no-repeat center center;
}
.opportunities-info-block.info-block {
	background: #3d6ce5 url('../images/opportunities-icon.png') no-repeat center center;
}

/*Testimonial Page*/

#tesimonial-slider blockquote footer {
	max-width: 100%;
}
#tesimonial-slider blockquote {
	padding: 0 15px;
}

/* Partner page */
.parner-logo-wrapper {
	background: #fcfcfc;
	padding: 50px 0;
}
.parner-logo-wrapper h2 {
	color: #8fc63e;
	margin: 0 0 25px;
	font: normal 24px/28px 'Oxygen', sans-serif;
}
.full-integration-desc img {
	margin-right: 20px;
}
.partner-block {
	display: block;
	height: 150px;
	background-color: #ffffff;
	background-position: center center;
    background-size: 75%;
    background-repeat: no-repeat;
    border: 1px solid #f1f1f2;
	margin-bottom: 25px;
	position: relative;
}
.partner-block .full-integration {
	position: absolute;
	top: 12px;
	right: 12px;
	background: url('../images/full-integration.jpg') no-repeat;
	width: 34px;
	height: 38px;
}
.partner-modal-box {
	position: fixed;
	z-index: 1000;
	width: 70%;
	background: white;
	background-clip: padding-box;
	max-height: 90%;
	overflow: auto;
}
.partner-modal-content {
	padding: 25px 35px 0;
}
.partner-modal-box figure {
	margin-bottom: 30px;
}
.partner-modal-box hr {
	width: 50%;
	border-color: #000;
}
.partner-modal-box p {
	font: normal 16px/20px 'Oxygen', sans-serif;
	margin-bottom: 15px;
	color: #616161;
}
.partner-type-icon {
	width: 76px;
	line-height: 70px;
	text-align: center;
	background: #e7e7e7;
	border-radius: 50px;
	border: 3px solid #aeaeae;
}
.integration.partner-type-icon {
	margin: 0 0 0 auto;
}
.partner.partner-type-icon {
	margin: 0 auto;
}
.partner-type-icon + span{
	color: #616161;
	font: bold 16px/20px 'Oxygen', sans-serif;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.partner-modal-footer {
	background: #91c73e;
	padding: 22px 0;
	margin-top: 15px;
	position: relative;
}
.partner-modal-footer:before{
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	position: absolute;
	top: 0;
	right: 49%;
}
.partner-modal-footer .btn {
	font: bold 16px/20px 'Oxygen', sans-serif;
	padding: 15px 90px;
}

a.close {
	line-height: 1;
	font-size: 1.5em;
	position: absolute;
	top: 2%;
	right: 2%;
	text-decoration: none;
	color: #616161;
	opacity: 1;
}

a.close:hover {
	color: #222;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}

.login-float-btns {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.login-float-btns a:first-child {
    margin-right: 5px;
}
.login-float-btns a {
    background: #3960ad;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0;
    border: 0;
}

/*News Release*/
.release-date{
	font: normal 24px/30px 'Oxygen', sans-serif;
    color: #777777;
    display: block;
}
.press-release p a{
	font: bold 15px/21px 'Oxygen', sans-serif;
    color: #8fc63e;
}
/*In Apps Store*/
h1.desc-withsub
{
	margin-bottom: 25px;
}
.store-app-block
{
	width:80%;
}
.store-app-block a
{
	display:block;
}
.store-app-block figure
{
	overflow:hidden;
}
.store-app-block a:hover
{
	text-decoration: none;
}
.store-app-block a:hover img
{
	 filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    transition: all .4s ease;
    -webkit-transition: all .4s ease; /* Fade to color for Chrome and*/
}
.section-subheading, 
.store-app-block .app-title
{
	font: normal 20px/28px 'Oxygen', sans-serif;
	color:#050505;
}
.store-app-block .app-description
{
	color:#656565;
	font: normal 14px/20px 'Oxygen', sans-serif;
}
/*Foreign Exchange*/
.page-wrapper.has-slogan
{
	padding-top: 10px;
}
.slogan-container
{
	padding-bottom: 20px;
}
.app-slogan
{
	color: #7c7c7c;
	font: bold 14px/20px 'Oxygen', sans-serif;
}
h1.section-desc-inline
{
	margin-bottom: 10px;
}
/*Privacy Policy*/
.privacy-block h3,
.copyright-block h3
{
	color: #8fc63e;
	font: bold 18px 'Oxygen', sans-serif;
	margin:0px;
}
.privacy-block p,
.copyright-block p
{
	color: #7d7d7d;
	font-size: 15px;
}
/*Copyright Title*/
.copyright-title
{
	color:#545454;
	font:bold 24px/30px 'Oxygen', sans-serif;
}
.copyright-content-list
{
	padding-left:20px;
	margin-bottom: 25px;
}
.copyright-content-list li
{
	color:#91c73e;
	margin-bottom: 10px;
}

.copyright-content-list li span
{
	color:#7d7d7d;
	display:block;
	font-size:15px;
}
.cr-note
{
	color: #7d7d7d;
	font-weight: bold;
}
/*Services*/
.service-block
{
	margin-bottom: 10px;
}
.service-block h2
{
	color: #8fc63e;
	font:bold 18px/24px 'Oxygen', sans-serif;
}
.service-block ul
{
	padding-left: 20px;
}
.service-block ul li
{
	color: #8fc63e;
	padding:5px 0px;
}
.service-block ul li span
{
	display:block;
	color:#7d7d7d;
	font-size: 15px;
}
.call-note
{
	font-weight: bold;
	color: #000;
	margin-top: 25px;
	padding:5px 10px;
}
/**Pre-paid debit-cards*/
.prepaid-card-blocks
{
	margin:20px 0px;
}
.prepaid-card-blocks a
{
	display: block;
	text-decoration: none;
	color:#7d7d7d;
	padding:10px;
}
.prepaid-card-blocks a:hover
{
	box-shadow: 0px 0px 2px #8fc63e;
	 transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.prepaid-card-blocks h2
{
	color:#8fc63e;
	font-weight: bold;
	font-size:18px;
	margin-bottom: 5px;
}
.prepaid-card-blocks p
{
	font-size:15px;
}
/*Coming Soon*/
span.cmg-soon-text
{
	display: block;
	text-align: center;
	color: #eaeaea;
	margin:0px auto 45px;
	font-size: 53px;
	font-weight: bold;
}
/*Support Block*/ 
.support-block > p,
.green-desc
{
	color: #8fc63e;
	font-size:22px;
}
.support-items
{
	padding:10px;
	margin: 45px 60px 20px 210px;
	max-width:335px;
}
.support-items.last
{
	margin: 45px 210px 20px 60px;
}
.support-items a
{
	display: block;
	text-decoration: none;
}
.support-items a:hover figure
{
	opacity: 0.8;
	transition: all 0.4s ease;
	 -webkit-transition: all .4s ease;
}
.support-items h2,
.support-items h3
{
	color:#050505;
	font-size:20px;
}
.support-items h2
{
	margin-top: 10px;
	margin-bottom: 5px;
}
.support-items h3
{
	margin-top: 5px;
	margin-bottom: 10px;
}
.support-items p
{
	color:#656565;
	font-size:14px;
}
/*Form Styling*/
.form-subheading
{
	color:#7d7d7d;
	margin:10px auto 40px;
}
.green-desc
{
	margin-top: 5px;
	margin-bottom: 10px;
}
/*Technical Support*/
.tech-support-block
{
	padding:0px;
	margin:25px 0px;
	width:100%;
}
.tech-support-block p
{
	margin-bottom: 5px;
	color: #7d7d7d;
	font-size: 15px;
}
.tech-support-block p strong
{
    font-weight: bolder;
}
/*Login Form*/
.login-form .form-body
{
	max-width:550px;
	margin: 0px auto;
	padding:25px 10px;
}
.login-form-info p a.forgot-pass
{
	text-decoration: none;
	font-size: 16px;
	display: block;
}
.login-form-info
{
	
}
.login-form-info p
{
	margin: 5px 0px;
	font-size: 14px;
	color:#7d7d7d;
}
.login-form-info p a
{
	text-decoration: underline;
}
.green-txt-xl 
{
	color: #8fc63e;
    font-size: 21px;
    line-height: 26px;
}
/*Mobile Menu Styles*/
.trigger-subnav
{
	display: none;
	color:#8fc63e;
	position: absolute;
	top:0;
	right: 0;
	line-height: 25px;
	margin-right: 20px;
	font-size: bold;
	width:25px;
	height: 25px;
	border-radius:50%;
	background: white;
	text-align: center;
	margin-top: 10px;
}
.site-header::before {
  /* never visible - used to check MQ in jQuery */
  display: none;
  content: 'desktop';
}
/*Media Queries*/
@media screen and (max-width: 1200px) {
	header.site-header nav ul li {
		margin-right: 5px;
	}
	.mega-menu-title
	{
		font-size: 18px;
	}
}
@media screen and (max-width: 1180px) {
	.site-header::before {
	  /* never visible - used to check MQ in jQuery */
	  display: none;
	  content: 'tablet';
	}
	.support-items, .support-items.last
	{
		margin: 45px 10px 20px;
	}
	.trigger-subnav
	{
		display: block;
		cursor: pointer
	}
	.mega-menu-wrap.active
	{
		display: block !important;
		visibility: visible !important;
	}
	.site-header::before {
	  /* never visible - used to check MQ in jQuery */
	  display: none;
	  content: 'mobile';
	}
	li:hover .arrow_box:after, li:hover .arrow_box:hover:before {
		top:0px;
	}
	ul.main-nav-items li
	{
		position: relative;
	}
	/*Mega Menu*/
	.mega-menu-wrap
	{
		position: relative;
		top:0;
		opacity: 1;
		display: none;
	}
	.mega-menu-content-wrap
	{
		float: none;
		display: block !important;
		width: 100% !important;
	}
	.mega-menu-content-wrap .container
	{
		width:100%;
	}
	.mega-menu-title
	{
		font-size: 14px;
	}
	ul.mega-menu-items li a
	{
		font-size: 14px;
		padding:10px 20px;
	}
	ul.main-nav-items li:hover > .mega-menu-wrap,
	ul.main-nav-items li:hover > .mega-menu-wrap:focus
	{
		display: none;
	    visibility: visible;
	}
	.mega-menu-img-link div.img-wrap
	{
		display: none;
	}
	a.mega-menu-img-link .mega-menu-img-title {
	    background: transparent !important;
	    display: block;
	    font-size: 14px;
	    color: #9e9e9e;
	    line-height: 20px;
	    text-align: left;
	    padding:10px 20px;
	    border-bottom: 1px solid #e3e3e3;
	}
	a.mega-menu-img-link .mega-menu-img-title:hover
	{
		    color: #8fc63e;
	}
	ul.main-nav-items li.one-level .mega-menu-wrap
	{
		top:0px;
		width: 100%;
	}
	.buttons-wrapper .btn.green-btn:after,.buttons-wrapper .btn.dark-btn:after{
		content: none;
	}
	.responsive-nav-icon,
	.responsive-nav-close {
	    display: block;
	    z-index: 1;
	}
	.buttons-wrapper .btn.green-btn
	{
		margin-right:0px;
	}
	nav  {
	    height: 100%;
	    /*padding: 20px;*/
	    position: fixed;
	    top: 0; 
	    right: -400px;
	    -moz-transition: all 0.2s linear 0s;
	    -webkit-transition: all 0.2s linear 0s;
	    -ms-transition: all 0.2s linear 0s;
	    transition: all 0.2s linear 0s;
	    width: 0;
	}
	
	nav.slide-in {
	    right: 0;
	    overflow-y: auto;
	    width: 280px;
	    z-index: 3;
	    background: #e6e6e6;
	}
	ul.main-nav-items
	{
		padding:35px 0px;
	}
	ul.main-nav-items li{
		line-height: normal;
		border-bottom: 1px solid #d8d8d8;
    	border-top: 1px solid #eaeaea;
	}
	ul.main-nav-items li a
	{
		padding:10px 15px;
	}
	header.site-header nav ul li {
		display: block;
	}
	header.site-header nav ul li a {
		display: block;
		margin: 0;
	}
	.login-float-btns {
		position: relative;
		display: none;
	}
	nav .login-float-btns, nav .login-float-btns a,.login-float-btns a:first-child {
		display: block;
		margin: 0 0 10px;
	}
	/*store app*/
	.store-app-block
	{
		width:100%;
	}
	.slider .item h2,
	.slider .item h3
	{
		max-width: 80%;
		margin: 0px auto;
	}
}
@media screen and (max-width: 767px) {
	.slider h2{
		padding-top: 150px;
	}
	.subscribe .subscribe-field {
		text-align: center;
		margin: 5px 0;
	}
	.subscribe .subscribe-field input[type="text"],.subscribe .subscribe-field input[type="email"], .buttons-wrapper .btn{
		width: 100%;
		white-space: normal;
	}
	.buttons-wrapper .btn.green-btn {
		margin-right: 0px;
	}
	.partner-modal-box {
		width: 90%;
	}
	.buttons-wrapper ,.about-organisation,.dcs-benefit,.packages,.subscribe{
		padding: 30px 0;
	}
	.software-systems {
		padding: 0;
	}
	.page-wrapper, .package-wrapper {
		padding-top: 30px;
	}
	/*Store App Purchase*/
	.store-app-block
	{
		width:90%;
		margin:0px auto;
	}
	.partner-block
	{
		background-size: inherit;
	}
	.support-items, .support-items.last
	{
		margin: 45px auto 20px;
		max-width: 95%;
	}
}
@media screen and (max-width: 540px) {
	.buttons-wrapper .btn {
    	padding: 30px 30px;
    }
    .social-media li,.footer-member-logo li {
    	margin-right: 20px;
    }
    .footer-member-logo li {
    	margin-top: 5px;
    }
    .buttons-wrapper .btn {
		min-width: 0px
	}
	.slider .owl-next {
		right: 5px;
	}
	.slider .owl-prev {
		left: 5px;
	}
	.partner-type-icon {
		margin: 0px auto!important;
	}
	.partner-type-icon + span {
		text-align: center;
		display: block;
		margin-bottom: 10px;
	}
	.dcs-logo
	{
		max-width:80%;
	}
	.partner-block
	{
		background-size: contain;
	}
}