@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);
body{
	font-family: 'Titillium Web', sans-serif;
}
.btnbgcolor{
    background-color: #38a4dc !important;
    border:none;
    padding: 7px 30px !important;
    border-radius: 0;
}
.gcolor{
    color: #32a941 !important;
    font-size: 20px !important;
    font-weight: bold;
}
.rcolor{
    color: #ea0a0a !important;
    font-size: 20px !important;
    font-weight: bold;
}
@media (max-width:768px){
header{
    min-height: 320px !important;
}
.menu li {
    min-width: 119px !important;
}
    }
@media (min-width:480px){
.menu li {
    min-width: 119px !important;
}
}
@-moz-document url-prefix() {
   #feedback-form{
    height: 104% !important;
   }
}
.borderrd4{
    border-radius: 4px !important;
}
.margint125{
    margin-top: 125px !important;
}
.margint75m{
    margin-top: -100px !important;
}
.margt40{
    margin-top: 40px !important;
}
.marginb30{
    margin-bottom: 30px !important;
}
.margint15{
    margin-top: 15px !important;
}
.tickimg{
    display: inline-block !important;
    margin-right: 10px !important;
    margin-top: -2px;
}
.tickimg1{
    display: inline-block !important;
    margin-right: 10px !important;
}
.edgeline{
    margin-left: 20px;
    font-size: 16px;
}
.edgeline22{
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
.servicehighline{
    font-size: 17px !important;
}
.servicehighline1{
    font-size: 17px !important;
    width: 80%;
    margin-left: 6%;
}
/* Service page start */
.servicediv{
    min-height: 500px;
    padding: 20px 0;
}
.serviceimg1{
    margin-bottom: 30px;
}
.serviceimg{
    margin-bottom: 30px;
    opacity: 1;
    border-radius: 20px;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
.serviceimg:hover {
    opacity: .8;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
}​
/* Service page end */

/* Strategic page start */
.strategicdiv{
    min-height: 315px;
    padding: 20px 0;
}
/* Strategic page end */

/* Compensation page start */
.highline{
    font-size: 20px;
    width: 90%;
    margin-left: 5%;
}
/* Compensation page end */

/* Payroll page start */
.panel-heading{
    background-color: #e3e3e3 !important;
}
.panel-headinga:hover, .panel-headinga:active, .panel-headinga:visited, .panel-headinga:link{
    text-decoration: none !important;
}
.panel-group{
    width: 90% !important;
    margin-left: 5% !important;
}
.highhd{
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 0 !important;
    font-weight: 600;
    text-transform: uppercase;
}
.pbanner{
    width: 100%;
    height: auto;
}
.payrolldiv{
    min-height: 350px;
    padding: 20px 0;
}
.payrollline{
    font-size: 17px;
    margin-top: 0px;
    width: 90%;
    margin-left: 5%;
	text-align: justify;
}
/* Payroll page end */

/* Contact page start */
.socialicon{
    float: left;
    margin-right: 20px !important;
}
.followhd{
    font-size: 20px;
    font-weight: 300px;
}
.ctimg{
    display: inline-block !important;
    margin-right: 10px;
}
.emaillink{
    color: #333 !important;
}
.emaillink:hover{
    color: #656565 !important;
    text-decoration: none;
}
.addressline{
    font-size: 17px;
    margin-bottom: 3px !important;
}
.submitbtn1{
    padding: 7px 30px;
    background-color: #38a4dc;
    border:none;
    color: #fff;
}
.careerhd1{
    text-align: center;
    font-size: 20px;
    font-weight: 300px;
}
.careerhd2{
    color: #38a4dc;
    font-size: 20px;
    font-weight: 600px !important;
}
.uploadresume{
    margin-bottom: 15px;
}
.mailcv{
    margin-top: 30px;
}
/* Contact page end */

/* client page start */
.imgwrap {
    position: relative;
    height: 100%;
    width: 100%;
}
.imgdescription{
  position: absolute;
  height: 89%;
  padding: 20px 10px 10px 20px;
  width: 84%;
  top: 0;
  bottom: 0;
  left: 30px;
  right: 0;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
}
.imgwrap:hover .imgdescription {
  visibility: visible;
  opacity: 1;
}
.readmore{
    text-decoration: none;
    color: #6ab8fd;
}
.readmore:hover{
    text-decoration: none;
    color: #379bf3;
}
.submitbtn{
    padding: 7px 30px;
    background-color: #38a4dc;
    border:none;
    color: #fff;
    margin-top: 20px;
}
.uploadtxt{
    font-size: 18px; 
    font-weight: 300;
    margin-bottom: 5px !important;
}
.careerinput{
    margin: 15px 0;
}
.careerhd{
    text-align: center;
    font-size: 28px;
    font-weight: 300px;
}
.careerdiv{
    min-height: 400px;
    padding: 30px 0;
}
.careerbanner{
    width: 100%;
    height: auto;
}
.clientlogo{
    box-shadow: 2px 2px 2px #e3e3e3;
    margin-bottom: 30px;
}
.clientlogo:hover{
   background:rgba(0,0,0,0.2);
   cursor: crosshair;
}
.clientdiv{
    min-height: 400px;
    padding: 30px 0;
}
.modal{
    z-index: 9999 !important;
}
/* client page end */

/* About us page start */
.margb30{
    margin-bottom: 30px !important;
}
.edgeul{
   width: 86%;
   margin-left: 7%;
   font-size: 17px;
}
.edgehd{
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    color: #008dd2;
    font-weight: 300;
    text-transform: uppercase;
}
.edgediv{
    min-height: 300px;
    padding: 20px 0;
}
.phyline1{
    width: 100%;
    line-height: 1.9;
    margin-top: 10px;
    padding: 0 20px;
    font-size: 17px;
    text-align: justify;
}
.teamhd{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #008dd2;
    font-weight: 300;
    text-transform: uppercase;
}
.teamdiv{
    min-height: 300px;
    background-color: #fbfbfb;
}
.visionimg{
    margin-top: 5px;
}
.phyhd{
    text-align: center;
    font-size: 30px;
    color: #008dd2;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.phyhd222{
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.phyline{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.9;
}
.phyline22{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.9;
    color: #fff;
}
.phyhd1{
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.phyhd22{
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.philosophydiv{
    min-height: 300px !important;
}
.phydiv{
    background-color: #008dd2;
}
.compline{
    color: #008dd2;
    font-weight: bold;
}
.abtbanner{
    width: 100%;
    height: auto;
}
.abtdiv{
    min-height: 420px;
}
.abthd1{
    text-align: center;
    font-size: 40px;
    color: #008dd2;
    font-weight: 300;
    margin-top: 25px !important;
    text-transform: uppercase;
}
.abtline1{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    width: 100%;
    text-align: justify;
}
.edgebg{
    background-image: url(../images/edge.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* About us page end */

/* Home page start */
.statcircle{
    width: 150px;
    height: 150px;
    display: block;
    background-color: #008ad2;
    border-radius: 50%;
}
.staticon{
    display: inline-table;
    text-align: center;
    margin-left: 44px;
    margin-top: 36px;
}
.bcolor{
    color: #008ad2 !important;
}
.ws_controls{
    margin-top: 25px !important;
}
.formor{
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}
.statshd{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    margin:0 0 10px 0;
    color: #008ad2 !important;
}
.clogo{
	margin-top: 20px !important;
}
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
    height: 58px;
    float: right;
    margin-top: 28px;
    z-index: 9999;
    position: relative !important;
}
.menu li {
    background: -moz-linear-gradient(#292929, #252525);
    background: -ms-linear-gradient(#292929, #252525);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #252525));
    background: -webkit-linear-gradient(#292929, #252525);
    background: -o-linear-gradient(#292929, #252525);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";
    background: linear-gradient(#292929, #252525);
    border-bottom: 2px solid #181818;
    border-top: 2px solid #303030;
    min-width: 134px;
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}
.menu > li:first-child {
    border-radius: 5px 0 0;
}
.menu a {
    border-left: 3px solid rgba(0, 0, 0, 0);
    color: #cccccc;
    display: block;
    font-family: 'Lucida Console';
    font-size: 18px;
    line-height: 54px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.menu li:hover {
    background-color: #1c1c1c;
    background: -moz-linear-gradient(#1c1c1c, #1b1b1b);
    background: -ms-linear-gradient(#1c1c1c, #1b1b1b);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #1b1b1b));
    background: -webkit-linear-gradient(#1c1c1c, #1b1b1b);
    background: -o-linear-gradient(#1c1c1c, #1b1b1b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b')";
    background: linear-gradient(#1c1c1c, #1b1b1b);
    border-bottom: 2px solid #222222;
    border-top: 2px solid #1B1B1B;
}
.menu li:hover > a {
    border-radius: 5px 0 0 0;
    border-left: 3px solid #008dd2;
    color: #008dd2;
}
/* submenu styles */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 9999 !important;
    width: 350px;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.submenu li a{
	line-height: 30px !important;
	font-size: 12px;
}
.menu .submenu li:hover a {
    border-left: 3px solid #454545;
    border-radius: 0;
    color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
    width: 350px;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
header{
	min-height: 115px;
}
.abtsec{
	min-height: 300px;
	padding: 20px 0;
}
.abthd{
	text-align: left;
	text-transform: uppercase;
	font-weight: 300;
}
.abtline{
	margin-top: 20px;
	text-align: justify;
}
footer{
	padding: 10px 0;
	background-color: #f4f4f4;
	text-align: center;
}
footer p{
	margin:0;
}
.nav-tabs>li>a{
    font-weight: bold !important;
}
.statstitle{
    text-align: center !important;
}
.pietext{
    font-weight: 600 !important;
    margin-top: 15px;
    float: left;
}
.pieno{
    color: #fff;
    text-align: center;
    margin-top: 8px;
    font-weight: 600;
}
.minht200{
    min-height: 200px;
}
/* Home page end */