﻿@charset "utf-8";

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/google-font/OpenSans-Light.woff) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/google-font/OpenSans-Regular.woff) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/google-font/OpenSans-Bold.woff) format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/google-font/OpenSans-Italic.woff) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');
}

html,
body {
    height: 100%;
	scroll-behavior: smooth;
}

body {
   margin:0;
   padding:0; 
   font-size:62.5%;
   color:#222222;
   background-color:#fff;
   font-family: 'Open Sans', sans-serif;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

p {
	font-size:1.3em;
	line-height:1.7em;
	text-align:left;
}

h3 {
	margin-bottom:20px;
}

ul.list { 
	list-style-type:none;
	margin:0 0 0 22px;
	padding:0;
}
ul.list li {
	font-size:1.5em;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e6e6e6;
}
ul.list li:before {    
	font-family: 'FontAwesome';
	content: '\f0da';
	margin:0 8px 0 -14px;
	color:#666;
	font-weight:400;
}
ul.list li.last {
	border-bottom:none;
	margin-bottom:5px;
}
ul.list li ul {
	margin-top:16px;
	margin-left:10px;
	list-style-type:none;
}
ul.list li ul li {
	font-size:1em;
	margin-bottom:5px;
	padding-bottom:5px;
}

ol.list { 
	margin:0;
	padding:0;
	counter-reset: my-badass-counter;
	list-style-type:none;
}
ol.list li{ 
	margin:0 0 10px 0;
	padding:0;
	font-size:1.3em;
	line-height:1.8em;
}
ol.list li:before { 
	content: counter(my-badass-counter, upper-alpha);
    counter-increment: my-badass-counter;
    margin-right: 5px;
	margin-left:0;
    font-weight: bold;
}

/* Accebility Area */
.accblty {
	background-color:#131222;
	padding:10px 0;
}
.accblty ul { float:right; width:auto; margin:0; padding:0;}
.accblty ul li { display:inline-block; margin-right:15px; color:#d4d4d4; font-size:1.3em; line-height:1em;}
.accblty ul li a { color:#d4d4d4;; text-decoration:none;}
.accblty ul li a:hover { text-decoration:underline; color:#fff;}
.accblty ul li span.marRight { margin-right:5px;}
.accblty ul li.reduceMar { margin-right:5px;}
.accblty ul li a.homeIcon { color:#d4d4d4;}

.accblty ul li a.normal { background-color:#565656; color:#fff; border:1px solid #fff; padding:0px 2px; display:block;}
.accblty ul li a.contrast { background-color:#fff; color:#565656; border:1px solid #fff; padding:0px 2px; display:block;}

/* logo*/
.titlePan {
	padding:10px 0;
}
.emblem {
	width:422px;
}


.ssjs-logo {
    text-align: right;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
    color: #00446d;
}
/*.ssjs-logo img {
	width:290px;
}
*/
@media only screen and (max-width: 447px) {
	.fluidBg {
		background-size:cover;
	}
}
@media only screen and (max-width: 590px) {
	.emblem {
		width:100%;
	}
	.emblem img {
		width:100%;
	}
	.ssjs-logo {
		width:100%;
	}
	.ssjs-logo img {
		width:70%;
	}
}

.blu-bg {
	background:url(../images/blu-bg.jpg) 0 0 no-repeat #0734ab;
	background-size:cover;
}

.green-bg {
	background:url(../images/green-bg.jpg) 0 0 no-repeat #0734ab;
	background-size:cover;
}
.cont_wrap {
	width:90%;
	margin:0 auto;
}
.welcm {
    background-color: #f3f3f3;
    border-top: 1px solid #ededed;
    padding: 30px 0 80px 0;
    overflow: hidden;
    color: #333;
}
.welcm h2 {
	font-size:3em;
	padding:0 20px 0 0;
	margin-right:25px;
	margin-bottom:15px;
	float:left;
	/*width:80%;*/
	border-right:1px solid #fff;
	font-weight:300;
	}
.welcm h2 span {
	font-weight:700;
	}
.welcm h2 span small {
	font-weight:600;
	font-size:16px;
	}
.welcm p {
	font-size:1.4em;
	text-align:justify;
	margin:0 auto;
	line-height:1.8em;
	float:left;
	/*width:76%;*/
	}

@media only screen and (max-width: 768px){
	.welcm h2 {
		float:none;
		width:100%;
		border:none;
		margin:0 0 20px 0;
		padding:0;
	}
	.welcm p {
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
	
}

.card_cont {
	margin-top:30px;
}
.card_cont .card-body {
	text-align:center;
}
.card_cont .card-body h2 {
	font-size:18px;
	font-weight:400;
	color:#333;
	width:100%;
	margin:0;
	padding:0;
	line-height:32px;
}
.card_cont .card-body h2 span {
	font-size:32px;
	font-weight:700;
	color:#c70000;
}
.morebtn a {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
    text-decoration: none;
}

    .morebtn a:hover {
        color: #fdc704;
    }

.bottom-logos {
	overflow:hidden;
	padding:5px 0;
}
.bottom-logos ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.bottom-logos ul li {
	float:left;
	width:auto;
	margin-right:45px;
}
.bottom-logos ul li:last-child {
	margin-right:0;
}

/* Footer */
.footerWrap { background-color:#00446d; padding:30px 0; text-align:center;}
.footerWrap_inner {
    background-color: #00446d;
    padding: 0px 0;
    text-align: center;
}
ul.footLink { list-style-type:none; margin:0; padding:0;}
ul.footLink li { margin-bottom:3px;}
ul.footLink li h3 { font-size:1.3em; font-weight:bold; color:#fff; margin:20px 0 5px 0;}
ul.footLink li h3.noTopMar { margin-top:0;}
ul.footLink li a { color:#dedede; font-size:1.2em;}

.bdrRtFoot { border-left:1px solid #b9b9b9; padding-left:30px;}

.visitCount { margin-bottom:30px; font-size:1.2em; color:#dedede;}
p.cpyTxt { margin-top:10px; margin-bottom:10px; font-size:1.2em; line-height:1.6em; color:#dedede; text-align:center;}

@media only screen and (max-width: 575px) {
	.nic-resp {
		margin-top:20px;
	}
}



/* Inner Styles Start Here */

.innerHead_blue { 
	background:url(../images/title-bg-blue.jpg) 0 0 repeat; 
	/*border-top:1px solid #fff;*/
	}
.innerHead_blue h2 { 
	font-size:2.2em; 
	color:#024c8a; 
	margin:15px 0;
	}
.innerHead_green { 
	background:url(../images/title-bg-green.jpg) 0 0 repeat; 
	border-top:1px solid #fff;
	}
.innerHead_green h2 { 
	font-size:2.2em; 
	color:#fff; 
	margin:15px 0;
	}

h2.pg_head {
	margin:0 0 10px 0;
	font-size:3em;
	font-weight:500;
	color:#2d3a45;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:7px;
}
h2.pg_head span {
	font-weight:300;
}

/*.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}*/
@media only screen and (max-width: 550px) {
	.row-eq-height { display:block;}
	.col-xs-7 { width:100%;}
	.col-xs-5 { width:100%;}
}

#rightColm { 
	background-color:#eee;
	}
@media only screen and (max-width: 320px) {
	.col-xs-7 { width:100%;}
	.col-xs-5 { width:100%;}
}

#rightColm h3 { 
	font-size:1.6em; 
	background-color:#666; 
	color:#fff; 
	padding:10px;
	margin:20px 0 0 0;
	}

#rightColm ul { 
	list-style-type:none; 
	margin:5px 0 20px 0; 
	padding:0;
	}
#rightColm ul li { 
	padding:8px 14px; 
	border-bottom:1px solid #b9b9b9;
	}
#rightColm ul li:last-child {
	border-bottom: none;
	}
#rightColm ul li:before { 
	font-family:'FontAwesome';
	content:"\f0da"; 
	font-size:1.4em; 
	float: left;
	margin-left: -15px; 
	margin-right:0px; 
	}
#rightColm ul li a { 
	font-size:1.4em; 
	line-height:1.3em; 
	font-weight:500; 
	color:#222; 
	text-decoration:none;
	}
#rightColm ul li a:hover { 
	color:#066fa2;
	}

#rightColm ul li ul { 
	margin-top:5px;
	}
#rightColm ul li ul li.last { 
	border-bottom:none; 
	padding-bottom:0;
	}
	


/* FAQ Collapse */

#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
	margin-top:30px;
}
#integration-list ul {
    padding: 0;
    margin-top: 15px;
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 10px;
    overflow: hidden;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
    background: #efefef;
}
#integration-list ul li ul li {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
#integration-list table {
	background-color:#fff;
	font-size:1.4em;
}
#integration-list table td, th {
	padding:5px;
}
.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}
.expand:hover {
	text-decoration: none;
}
.expand:after {
    content: '';
    display: block;
    clear: both;
}

#integration-list h2 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 1.7em;
    font-weight: 400;
	line-height:1.5em;
}
#integration-list span {
    font-size: 12.5px;
}
#integration-list h3 {
	color:#eba000;
	margin:0;
}
#left,#right{
    display: table;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}

.detail {
    margin: 0 0 10px 0px;
    display: none;
    line-height: 22px;
    height:auto;
}
.detail span{
    margin: 0;
}
.right-arrow {
    margin-top: 5px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}
.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}

.anchor {
	border-bottom:1px dashed #ccc;
	padding-bottom:15px;
	overflow:hidden;
}
.anchor ul {
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0 0 0 0;
}
.anchor ul li {
	float:left;
	width:auto;
	padding-right:12px;
	margin-right:12px;
	border-right: 1px solid #CCC;
	font-size:1.4em;
	font-weight:600;
}
.anchor ul li:last-child {
	padding-right:0;
	margin-right:0;
	border:none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: 1px solid #fff;
  outline: none;
  background-color:#666;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.fa-download {
	font-size:18px!important;
}

.ict-shadow:before{
	background:url(../images/shadow-left.png) 0 0 repeat-y;
}

.dashboard_tab {
	position:absolute;
	background-color:#fdc704;
	width:120px;
	height:60px;
	right:0;
	top:0;
	z-index:9999;
	color:#000;
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding-top:17px;
	text-transform:uppercase;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	
	-webkit-box-shadow: 4px 5px 4px -2px rgba(0,0,0,0.48);
	-moz-box-shadow: 4px 5px 4px -2px rgba(0,0,0,0.48);
	box-shadow: 4px 5px 4px -2px rgba(0,0,0,0.48);
}
.dashboard_tab:hover {
	background-color:#e94a37;
	color:#fff;
	text-decoration:none;
}

.contact-ofc {
	font-size:1.5em;
}
.contact-ofc th, .contact-ofc td {
	padding:5px;
}

.welcm-mob {
    background-color: #f3f3f3;
    border-top: 1px solid #ededed;
    padding: 0 0 10px 0;
    overflow: hidden;
    color: #333;
}

.blu-bg-mob {
    background: url(../images/blu-bg-mob.jpg) 0 0 no-repeat #0734ab;
    background-size: cover;
}

.green-bg-mob {
    background: url(../images/green-bg-mob.jpg) 0 0 no-repeat #0734ab;
    background-size: cover;
}