/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
	font-family:"Source Sans Pro";
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #ffffff;
}
/*body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}*/
a {
	color: #36415a;
}

a:hover {
	color: #fff;
}
a:focus {
	outline: none;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #25334b;
    /*background-color: rgba(0,0,0,0.4);*/
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #25334b;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, .btn.focus:active, 
.btn:active:focus, 
.btn:focus {
	outline: none;
	box-shadow: none;
}
.btn-light {
    border-radius: 0;
    color: #333;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    /*background-color: rgba(255,255,255,0.8);*/
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

#menu-close i {
	color: #fff;
}
/*Navber*/

.navbar-brand {
	height: auto;
	padding: 7px;
}
.header-warpper ul {
	list-style: none;
	text-decoration: none;
}

.navbar-nav {
	margin-top: 10px;
}
.navbar-brand > img {
	width: 90%;
}
.navbar-nav > li > a {
	list-style: none;
	text-decoration: none;
	font-size:15px; 
	color: #25334b;
}
.navbar-nav > li > a:hover{
	background: #25334b;
	color: #fff;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:active,
.navbar-nav > li.active > a {
	box-shadow: 0 -2px 0 0 #25334b inset;
	transition: all 0.2s ease-in-out 0s;
}

.navbar.navbar-bg .navbar-nav > li:hover .dropdown-menu {
	display: block;
}

.navbar {
	background: transparent;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.navbar.navbar-bg {
	background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.navbar-right .dropdown {
    position: relative;
    display: inline-block;
}

.navbar-right .dropdown-menu {
    display: none;
    position: absolute;
    content: "";
    top: 100%;
    background-color: #25334b;
    min-width: 180px;
    box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.21);
    border: none;
    max-height: 185px;
 	overflow-y: auto;
}
.navbar-nav > li > .dropdown-menu {
	border-top-left-radius: 4px;
}
.navbar-nav > li.dropdown:hover a, 
.navbar-nav > li.dropdown.active:hover a {
	background-color: #25334b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
}
.navbar-nav > li.dropdown .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: #fff;
}
.navbar-nav .dropdown-menu a {
    font-size: 14px;
    padding: 9px 25px;
    text-decoration: none;
    display: block;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
	 left: auto;
     right: 0;
}

.fa.fa-angle-double-down {
	margin-left: 6px;
	
}
.fa.fa-angle-double-right {
    margin-right: 10px;
}
.btn-1 {
	float: right;
    margin-right: 39px;
    margin-top: 10px;
    font-size: 18px;
}
.btNavbar {
    display: inline-block;
    float: right !important;
    margin: 24px;
}


/* Side Menu */

#sidebar-wrapper {
    z-index: 1031;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #25334b;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sideBarHeader {
	background: #25334b;
	position: relative;
	z-index: 2;
}
.sidebar-nav {
    position: absolute;
    top: 41px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #ffffff;
    overflow-y: auto;
}

.sidebar-nav > li {
    text-indent: 20px;
    line-height: 40px;
   
}
.sidebar-nav > li > a {
    color: #ffffff;
    display: block;
    text-decoration: none;
}

.sidebar-nav > li > a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav > li > a:active,
.sidebar-nav > li > a:focus {
    text-decoration: none;
    outline: none;
}

#menu-toggle {
    position: fixed;
    right: 1px;
    top: 8px;
    z-index: 1;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

.sidebar-nav .toggle {
    margin: -25px 5px 0 0;
}

/*--carousel-------*/

.carousel-inner > .item {
	height: inherit;
}
.carousel-indicators {
	bottom: 117px;
}
.carousel-caption h3 {
	font-size: 18px;
	color: #36415a;
	font-weight: 400;
	text-transform: uppercase;
}

.carousel-caption h1 {
	font-size: 50px;
	color: #2a3148;
	font-weight: bold;
}

.carousel-caption h5 {
	font-size: 30px;
	color: #36415a;
	font-weight: 400;
	text-transform: uppercase;
}
.carousel-control.left {
    background: none;    
}
.carousel-control.right {
    background: none;    
}
.carousel-caption {
	top: 200px;
	bottom:0;
	left: 18%;
	right: 19%;
	text-shadow:none;
}
.carousel-caption {
	color:#fff;
	/*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7) !important;*/
}
.btn_scroll::before, .godown::before {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: scrollanimation;
    animation-timing-function: ease;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 8px;
    width: 4px;
}
 .btn_scroll, .godown {
    border: 3px solid #ffffff;
    border-radius: 15px 15px 10px 10px;
    bottom: 5.2%;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 30px;
    z-index: 0;
}
@keyframes scrollanimation {
0% {
    height: 5px;
}
50% {
    height: 24px;
}
100% {
    height: 5px;
}
}
@keyframes scrollanimation {
0% {
    height: 5px;
}
50% {
    height: 24px;
}
100% {
    height: 5px;
}
}




.carousel-control {
	display: none;	
}
.section {
	position: relative;
}

#fp-nav.right {
    position: absolute;
    right: 24px;
    top: 50%;
    z-index: 1030;
}
#fp-nav.right ul {
	list-style-type: none;
}
#fp-nav.right ul li {
	list-style-type: none;
	margin: 10px 0;
}
.sidebar-nav li.devider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 10px 0;
}
#fp-nav.right ul li a {
	display: block;
}
#fp-nav.right ul li a span {
	height: 8px;
	width: 8px;
	display: block;
	background: black;
	border-radius: 50%;
}
#fp-nav.right ul li a.active span {
	background: orange;
}


.footer-section {
	background: #000000;	
	padding: 17px;	
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
.footerLeft {
	font-size: 16px;
	color: #fff;	
}
.copyright-text {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #fff;
	line-height: 1;
}
.copyright-text:first-child {
	border-left: none;
}
.footerRight {
	margin-top: 0;
}
.footerRight > ul > li > a {
	 color: #fff;
}
.footerRight > ul > li > a:hover {
	 color: #ffa500;
	 transition: all 0.3s ease-in-out 0s;
}

/* healthcare-section*/


.inner-banner {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.banner-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	
}
.banner-text .banner-heading {
    border-width: 1px;
    color: #25334b;
    font-size: 44px;
    font-weight: 300;
    line-height: normal;
    padding: 0 26px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.banner-text .banner-heading:after,
.banner-text .banner-heading:before {
	border-width: 1px;
}
.banner-sub-heading {
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    word-spacing: 3px;
    color: #25334b;
}
.banner-paragraph {
	color:#25334b;
	font-size: 16px;
	font-weight: 500;
}
.aboutBody .navbar-nav > li > a {
	color: #fff;	
	
}
.aboutBody .navbar-nav > li > a:hover, 
.aboutBody .navbar-nav > li > a:focus, 
.aboutBody .navbar-nav > li > a:active, 
.aboutBody .navbar-nav > li.active > a {
   	background: none;
    box-shadow: 0 -2px 0 0 #fff inset;   
    color: #fff;
}
.aboutBody .navbar-bg .navbar-nav > li > a:hover, 
.aboutBody .navbar-bg .navbar-nav > li > a:focus, 
.aboutBody .navbar-bg .navbar-nav > li > a:active, 
.aboutBody .navbar-bg .navbar-nav > li.active > a {
   	background: none;
    box-shadow: 0 -2px 0 0 #000 inset;   
    color: #000;
}
.about-section {
	background: #ffffff;
	padding-top: 90px;
	padding-bottom: 108px;
}

.aboutImages .img-thumbnail {
	padding: 8px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);	
}
.borderHeading h4,
.borderHeading h1 {
	font-size: 25px;
	color: #2a3148;
	font-weight: 400;
	border-left: 2px solid;
	border-right: 2px solid;
	display: inline-block;
	padding: 0 30px;
	line-height:2;
	position: relative;	
}
.borderHeading h4:after,
.borderHeading h4:before,
.borderHeading h1:after,
.borderHeading h1:before {
	position: absolute;	
	content: "";
	height: 2px;
	width: 25px;
}
.borderHeading h4:after,
.borderHeading h1:after {
	bottom: 0;
	right: 0;
	border-top: 2px solid;
}
.borderHeading h4:before,
.borderHeading h1:before {
	left: 0;
    top: 0;
    border-top: 2px solid;
}
.aboutInformation p {
	font-size: 14px;
	color: #9299a1;
	margin-top: 40px;
}
.btn-default {	
    border-color: #000000;
    border-radius: 2px;
    color: #5f5f5f;
    font-size: 14px;
    text-transform: uppercase;    
}
.btn-default:hover {	
	border-color: #000000;
    border-radius: 2px;
	text-transform: uppercase;	
	font-size: 14px;
	color: #471717;
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
	background:none;
}

.aboutInformation .btn-default {
    margin-top: 60px;
}

.service-section {
	background:url(../images/service.jpg) no-repeat; 
	background-size:cover;
	background-size: cover;
	padding-top: 116px;
	padding-bottom: 116px;
}
.service-section .borderHeading h4 {
	color: #fff;	
}
.serviceInformation h5 {
	font-size: 17px;
	color: #ffffff;
	margin-top: 60px;
}
.serviceInformation .btn-default {	
     margin-top: 40px;
     color: #fff;
     border-color: #797979;
}
.serviceInformation .btn-default:hover {	
     color: #b5a58e;
     border-color: #797979;
}
.serviceInformation {
	margin-top: 70px;
}
.work-section {
	background: #ffffff;
	padding-top: 120px;
	padding-bottom: 120px;
}
 .work-section .borderHeading h4 {
	color: #000;
}
.hardwareSection .img-thumbnail {
	padding: 8px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.hardwareSection {
	padding-top:  70px;
}
.hardwareSection h3 {
	font-size: 19px;
	color: #000;
}
.viewButton .btn-default {	
     margin-top: 90px;
     color: #2b2b39;
}
.viewButton .btn-default:hover {
	color: #722e13;
}

.blog-section {
	background: #fbfbfb;
	padding-top: 120px; 
	padding-bottom: 120px;
}
.blog-section .borderHeading h4 {
	color: #000;
}    
.blogImages .img-thumbnail {
	padding: 8px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.dataInformation {
	padding-top: 70px;
}
.blogImages h1 {
	font-size: 42px;
	font-style: Italic;
	color: #9d9d9d;
}
.blogImages h3 {
	font-size: 21px;
	color: #315089;
	font-weight: 600;
}
.blogImages p {
	font-size: 14px;
	color: #818181;
	margin-top: 30px;
}
.blogImages .btn-default {	
     margin-top: 40px;
     color: #2e4e84;
     border-color: #9d9d9d;     
}
.blogImages .btn-default:hover {	
     color: #5e7fb5;
     border-color: #9d9d9d;     
}
.blogInformation .img-thumbnail {
	padding: 8px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.testimonials-section {
	background: url(../images/testimonials-bg.jpg) no-repeat; background-size:cover;
	background-size: cover;
	padding-top: 140px;	
	padding-bottom: 118px;
}
.testimonials-section .borderHeading h4 {
	color: #fff;
}  

.testimonialBanner .testimonial-caption  p {
	font-size: 17px;
	color: #fff;
	margin: 13px 143px 16px;
	line-height: 29px;
}
.testimonialBanner .testimonial-caption  h6 {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	border-top: 1px solid;
	display: inline-block;
	margin-left: -524px;
	margin-top: 24px;
}
.testimonialBanner .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -122px;
}
.testimonialBanner .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -122px;
}
.testimonialBanner .carousel-indicators {
	bottom: 300px;
}
.testimonialBanner .testimonial-caption .subheading-section {
	font-size: 14px;
	font-weight: 300;
}
.quoteLeft > img {
	margin-left: -698px;
}
.quoteRight > img {
	margin-right: -699px;
	margin-top: -156px;	
}

.quickcontact-section {
	background: url(../images/bg-images.jpg) no-repeat; background-size:cover;
	padding-top: 120px;
	padding-bottom: 120px;
}
.quickcontact-section .borderHeading h4 {
	color: #000;
}    
.contactForm {
	padding-top: 80px;
}
.formContact .form-control {
	font-size: 18px;
	height: 80px;
}
.formContact .form-control::-moz-placeholder {
    color: #1b3143;
 }
 .formContact .btn-default {
 	text-transform: uppercase;
 	font-size: 18px;
 	color: #fff;
 	background-color: #5b5b5b;
 	border: none;  	
 }
  .formContact .btn-default:hover {
  	text-transform: uppercase;
 	font-size: 18px;
 	color: #c2c0c0;
 	background-color: #5b5b5b;
 	border: none;
  }  
  .formContact i {
  	
  }
 .formContact .form-group textarea {
 	height: 280px;
 }
 /*<------------------about-us-section-------------------------->*/

.informationSection {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 120px;
}
.textSection p {
	font-size: 15px;
	color: #585656;
	margin-top: 60px;
}
.textbox-section {
	background-color: #292847;
	padding: 90px 0;
}
.textbox-section h3 {
	font-size: 37px;
	font-weight: bold;
	color: #fefeff;
	text-transform: uppercase;	
	letter-spacing: 10px;
	
}
.banner-text .btn-default {
 	text-transform: uppercase;
 	font-size: 14px;
 	color: #111339; 	
 	border: 1px solid;
 	margin-top: 60px;
 }  	
 .banner-text .btn-default:hover { 	
 	color: #471717;
 	border-color: #fff;	 	
 }  	
 
.whySection {
	background: url(../images/mouse.jpg) no-repeat; background-size:cover;
	padding-top: 180px;
	padding-bottom: 180px;
}
.textData h4 {
	font-size: 37px;
	font-weight: 400;
	color: #111339;	
	margin-top: 0;
	position: relative;
}
.textData h4:after {
	border-top: 1px solid #000000;
	bottom: -13px;
	content: "";
	right: 501px;
	position: absolute;
	width: 50px;
}
.whyInformation {
	margin-top: 40px;
}
.whyInformation h5 {
	font-size: 20px;
	color: #000;
	margin-top: 64px;
	text-transform:uppercase;
	position: relative;	
}
.whyInformation h5:before {
	border-top: 1px solid #8b8a8a;	
	content: "";
	top: -34px;
	position: absolute;
	width: 79px;
	left: 50%;
	margin-left: -40px;
	
}


/*<----------------work------------->*/


.projectSection {
	background: url(../images/project-bg.jpg) no-repeat; background-size:cover;
	padding-top: 120px;
	padding-bottom: 120px;
}
.headingSection h4 {
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
#projectImage {
	margin-top: 70px;
}
.firstImage {	 
	 margin-bottom: 30px;
}

.firstImage a img {	
	box-shadow: 0 2px 3px 4px rgba(0, 0, 0, 0.16);  
	 transform: scale(1); 
	 transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;  
     -o-transform: scale(1);
     -ms-transform: scale(1); 
     -moz-transform: scale(1); 
     -webkit-transform: scale(1);     
     -ms-transition: all 0.2s ease-in-out; 
     -moz-transition: all 0.2s ease-in-out; 
     -webkit-transition: all 0.2s ease-in-out;      
} 
.firstImage:hover a img {
    position: relative; 
    z-index: 999;
    transform: scale(1.2);
    -o-transform: scale(1.2); 
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2); 
    -webkit-transform: scale(1.2);     
}

/*<------------offering-Innovation---------------->*/
.offeringInnovation {
	background: url(../images/offering-innovation-bg.jpg) no-repeat; background-size:cover;
	padding-top: 120px;
	padding-bottom: 130px;
}
.offeringInnovation p {
	font-size: 31px;
	color: #fffefe;
	font-style: italic;
	line-height: 47px;
}

/*<-----------our-work--------------->*/
.ourWork {
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 115px;
}
.ourWork p {
	font-size: 31px;
	color: #000;
	line-height: 47px;
}


/*<-----------blog-section------------>*/
.blogUpdate {
	background-color: #fafafa;
	padding-top: 40px;
	padding-bottom: 120px;
}
.blognews-section {
	margin-top: 80px;
}
.blognews-section .img-thumbnail {
	padding: 8px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.dateSection h3 {
	font-size: 42px;
	color: #9d9d9d;
	font-style: italic;
	display: inline-block;
}
.dateSection > ul >li > a {
	font-size: 16px;
	color: #818181;
	text-decoration: none;	
} 
.dateSection > ul > li > a:hover {
	color: #38646b;
}
.dateSection > ul >li > a i {	
	color: #303749;		
} 
.dateSection .list-inline {
	margin-top: -42px;
}
.dateSection h4 {
	font-size: 21px;
	color: #303749;
	font-weight: 400;
	margin-top: 15px;
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;	
}
.dateSection p {
	font-size: 14px;
	color: #818181;
	margin-top: 30px;	
}
.dateSection .btn-default {
	 background: #25334b none repeat scroll 0 0;
	 font-size: 12px;	
     margin-top: 40px;
     border: medium none #25334b;
     border-radius: 26px;
     color: #ffffff; 
}
.dateSection .btn-default:hover {	
    background: #471717 none repeat scroll 0 0;
    border: medium none #471717; 
    transition: all 0.3s ease-in-out 0s; 
}
.button-nextpage {
	margin-top: 120px;
}
.button-nextpage > ul > li {
	background-color: #1d3345;
	width: 32px;
	height: 24px;			
}

.button-nextpage > ul > li > a {
	font-size: 14px;
	color: #97a2ad;
	text-decoration: none;	
}



/*<------------contact-section------------>*/

.direction-section {
	background: url(../images/direction-img.jpg) no-repeat; background-size: cover;
	padding-top: 120px;	
}
.mapbox-section {
	position: relative;
}
.map-overlay {
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	padding: 30px 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.map-text-box h4 {
	font-size: 21px;
	border-bottom: 1px solid #fff;
	padding-bottom: 14px;
	margin-bottom: 30px;
}
.map-text-box h5 {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight : 600;
	padding-left: 30px;
}
.map-text-box h5 i {
	position: absolute;	
	left: 0;
	top: 3px;
	
}
.map-text-box p {
	font-size: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;	
}
.map-text-box p i {
	position: absolute;
	top: 3px;	
	left: 0;
	width: 32px;
}
.map-text-box a {
	color: #fff;
}
.map-text-box p i a:focus, a:hover {
	color: #fff;
    text-decoration: none;
}
.miscellaneousInformation {
	background: url(../images/direction-img.jpg) no-repeat; background-size: cover;
	padding-top: 78px;
	padding-bottom: 78px;
}
.headingSection h6 {
	font-size: 28px;
	color: #c51002;
	font-weight: bold;	
}
.miscellaneousInformation .contact-form {
	margin-top: 70px;
}
.textPara p {
	font-size: 16px;
	color: #25334b;	
	font-weight: 300;
	margin: 30px 0;	
}
.miscellaneousInformation .contact-form .form-control {
	border: 2px solid #6d6d6d;
    color: #1b3143;
    font-size: 20px;
    height: 70px;
}
.miscellaneousInformation .contact-form .form-group textarea {
 	height: 239px;
 }
.form-group .btn-default {
	background: #25334b none repeat scroll 0 0;
    border: medium none #25334b;
    border-radius: 26px;
    color: #ffffff;
	font-size: 17px;   
}
.form-group .btn-danger {
	 font-size: 17px;    
     color: #fff;    
     border-radius: 26px;
     background-color: #c51002;
     text-transform: uppercase;     
}
.form-group .btn-default:hover {
	 font-size: 17px;    
     color: #c8c8c9;
     background-color: #000;     
}
.form-group .btn-danger:hover {
	 font-size: 17px;    
     color: #fff; 
     background-color: #ff0012;
     text-transform: uppercase;     
}


/*<-----------service-section---------->*/



.services-section {
	padding-top: 175px;	
	padding-bottom: 180px;
}
.services-section .headingSection {
	margin-bottom: 30px;
}
.headingSection p {
	padding: 0 25%;
	color: #545454;
	font-size: 15px;
	font-weight: 300;
	margin: 30px 0;
}
.headingSection h4 {
	font-size: 24px;
	font-weight: 400;
	color: #1b3143;
}

.headingText h6 {	
	font-size: 21px;
	color: #353e4b;
	text-align: center;
}
.headingText > img {
	margin-left: 45%;
	padding-top: 40px;
}

.tree-list {
	
}
.tree-list ul {
	list-style-type: none;
	padding: 0;
	margin: 25px 0;
	position: relative;	
	display: table;
	width: 100%;
}
.tree-list ul:after {
	height: 100%;
	content: "";
	top: 0;
	bottom: 0;
	width: 1px;
	background: #545454;
	position: absolute;
	left: 50%;
}
.tree-list ul li {
	width: 50%;
	position: relative;
	clear: both;
	font-size: 15px;
	color: #545454;
	padding: 10px 0;
	font-weight: 300;
}
.tree-list ul li:after,
.tree-list ul li:before {
	content: "";
	position: absolute;
}
.tree-list ul li:after {
	height: 7px;
	width: 7px;
	background: #545454;
	border-radius: 50%;
}
.tree-list ul li:before {
	width: 28px;
	height: 1px;
	background: #545454;
}

.tree-list ul li:nth-child(2n) {
	float: left;
	padding-right: 55px;
	text-align: right;
}
.tree-list ul li:nth-child(2n + 1) {
	float: right;
	padding-left: 55px;
}

.tree-list ul li:nth-child(2n+1):after {
    left: 28px;
    top: 50%;
}
.tree-list ul li:nth-child(2n):after {
    right: 28px;
    top: 50%;
}
.tree-list ul li:nth-child(2n+1):before {
    left: 0;
    margin-top: 3px;
    top: 50%;
}
.tree-list ul li:nth-child(2n):before {
    right: 0;
    margin-top: 3px;
    top: 50%;
}

.tree-list ul li span {
	
}
.home-officeSection {
	background: url(../images/home-office-suport-bg.jpg) no-repeat; background-size: cover;
	padding-top: 175px;
	padding-bottom: 175px;
}
.home-officeSection .headingText h6,
.software-section .headingText h6,
.health-careSection .headingText h6 {
	font-weight: 600;
}
.software-section {
	padding-top: 140px;
	padding-bottom: 80px;
}
.networkSection,
.hardwareNetwork {
	margin-top: 60px;
} 
.circle {
	border-radius: 50px;
	height: 60px;
	width: 60px;
	background: #1b3143;
	margin: 0 auto;	
}
.circle > img {
	 /*margin-top: 20px;  */
	 margin: 16px auto;
}
.health-careSection {
	background: url(../images/health-care-bg.jpg) no-repeat; background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
}
.health-careText p {
	font-size: 15px;
	color: #000;
	margin: 30px 0;	
}
.health-careSection .circle {
	margin-left: 46%;
}
.home-officeSection .circle {
	background: #000;
}

.software-section .circle {
	margin: 40px auto;
}
.productSection {
	margin-top: 50px;
}
.webDesign {
	margin-top: 60px;
}
.softwareManagement {
	margin-top: 40px;
}


/* Industries-section*/

.industries-section {
    padding-bottom: 60px;
     padding-top: 90px;
}

.industries-section .borderHeading h4 {
	text-transform: uppercase;
}
.headingText h4 {
	font-size: 22px;
	color: #1b3143;
	font-weight: 400;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}

.headingText h4::after {
    border-bottom: 2px solid #1b3143;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 50%;
}

#healthCare {
	padding-top: 32px;
}
#healthCare img {
	margin-top: 20px;
}
.technology-section {
	padding-bottom: 40px;
    padding-top: 115px;
}
.technology-section .borderHeading h4 {
	text-transform: uppercase;
	color: #471717;
}
.btn-slide {
    background-color: #2a3148;
    border: 1px solid #2a3148;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 34px;
    padding: 0 0 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    margin-top: 20px;
}
.btn-slide .text {
    color: #fff;
    font-style: inherit;
    transition: all 0.5s ease 0s;
}
.btn-slide .icons {
    background-color: #363c4f;
    border-radius: 50%;
    bottom: 1px;
    color: #fff;
    left: 1px;
    padding: 9px;
    position: absolute;
    text-align: center;
    top: 1px;
    transition: all 0.5s ease 0s;
}
 .btn-slide::before {
    color: #fff;
    content: attr(data-hover);
    left: 0;
    opacity: 0;
    padding-right: 15px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.btn-slide:hover .text {
    opacity: 0;
}
.btn-slide:hover .icons {
    left: calc(100% - 32px);
}
.btn-slide:hover::before {
    opacity: 1;
}
.recruitBtn .btn-slide {
	margin-top: 40px;
}
.products-section {
	padding-bottom: 100px;
    padding-top: 80px;
}
.products-section .borderHeading h4 {
	text-transform: uppercase;
}

#productsInfo {
	padding-top: 50px;
}

.box {
	background: #1b3143;
	/*margin-top:-10px;*/
	padding: 2px 17px 40px;
	height: 262px;
	position: relative;
}
.text-box h4 {
	font-size: 19px;
	color: #ffffff;
	text-align: center;
	padding-top: 25px;
	text-transform: uppercase;
}
.text-box p {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}
.box .circle {
	background: #ffffff;
	border-color: #fff;
	/*margin-top: 10px;*/
	height: 40px;
	width: 40px;
	position: absolute;
	content: "";
	top: 170px;
	left: -92px;
	margin-left: 248px;
}
.box .circle i {
	color:#575758;
	margin-left: 3px;
    margin-top: 5px;
    font-size: 30px;
}
.box .circle i:hover {
	color: #ffa500;
	transition: all 0.3s ease-in-out 0s;
}
.serviceSection {
	padding-top:80px;
	padding-bottom: 100px;
}

.hardwareinfo .box {
	background: #575758;
	height: 220px;
}
.hardwareinfo .box .circle {
	top: 160px;
}
#hardwareSoftware {
	padding-top: 15px;
}
.abouttextFooter {
	padding-top: 120px;
}
.abouttextFooter h4 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.abouttextFooter p {
	color: #fff;
	margin-top: 10px;
}
.abouttextFooter ul {
	margin-bottom: 30px;
	font-size: 16px;
}
.abouttextFooter ul > li > a {
	display: inline-block;
    font-weight: 300;
    padding: 3px 0;
	color: #fff;
}
.abouttextFooter ul > li > a:hover {
	color: #345876;
	transition: all 0.3s ease-in-out 0s;
}
.dropdown-menu {
	background: #25334b;
}
.dropdown-menu > li > a {
	color: #fff;
	/*font-size: 15px;*/
}
.healthcareSection {
	padding-top: 120px;
}
.specialitiesSection {
	padding-top: 120px;
}


/* technology-section */

.technologySection {
	padding-top: 140px;
	padding-bottom: 60px;
}
.headingTools {
	background: #1b3143;
	border: 1px solid #1b3143;
	/* margin: -18px -17px 0; */
	height: 60px;
	padding: 6px;
}
.tools-section {
	padding-top: 89px;
	padding-bottom: 90px;
}
.headingTools h4 {
	color: #fff;
	padding-left: 16px;
}
.toolsInformation {
	background: #fff;
	box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.16);
	/* padding: 2px 17px 40px; */
	min-height: 497px;
	position: relative;
	margin-top: 80px;
}
.toolsInformation img {
	 /* max-width: 360px; */
	 width: 100%;
}
.serviceSection .borderHeading h4 {
	text-transform: uppercase;
}
.tools-section .borderHeading h4 {
	text-transform: uppercase;
}
/* .toolsInformation {
	margin-top: 80px;
} */
/* .toolsInformation img {
    margin: 0 -17px;
} */

.text-section {
	margin-top: 10px;
	font-size: 15px;
	/* padding: 10px; */
	padding: 3px 10px;
}


.fp-viewing-0 .navbar.navbar.navbar-bg,
.fp-viewing-0-0 .navbar.navbar.navbar-bg {
    background: none;
    box-shadow: none;
}
.fp-viewingreseption .navbar.navbar.navbar-bg {
	background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.technologyImplementation {
	padding-top: 100px;
}
.technologyImplementation .borderHeading h4 {
	text-transform: uppercase;
}
#technologyImages img {
	margin-top: 120px;
	width:80%;
}
.technologyImplementation .tree-list {
	margin-top: 40px;
}
.ourmissionSection {
	padding-top: 120px;
}
.lifeopdSection {
	padding-top: 120px;
}
.tools-section .borderHeading h4 {
	color: #471717;
} 
#opdText {
	padding-top: 80px;
	 padding-bottom: 39px;
}
#healthcareText {
	padding-top: 60px;
}
.lifeopdSection .borderHeading h4 {
	color: #471717;
} 

.technology-overview .borderHeading h4 {
	color: #471717;
	text-transform: uppercase;
} 

/*----products section-----*/

.productsSection {
	padding-top: 158px;
	padding-bottom: 40px;
	
}
.innerHeading {
    color: #25334b;
    font-size: 65px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 30px;
}
.innerHeading span {
	color: #471717;
	display: block;
    font-weight: 500;
    padding-left: 103px;
}
#productsHeading .innerHeading {
	-webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s; 
         -o-animation: fadein 2s; 
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.subheading {
	color: #471717;
	font-size: 44px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.subheading span {
	color: #25334b;
	display: block;
    font-size: 60px;
    font-weight: 300;
    opacity: 0.7;
    text-transform: lowercase;
}
#productsHeading .subheading {
	-webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s; 
         -o-animation: fadein 2s; 
            animation: fadein 2s;
}
.productBy h4 {
    background: rgba(22, 3, 76, 0.2) none repeat scroll 0 0;
    border-bottom: 1px solid;
    color: #ffffff;
    font-size: 16px;
    margin: 0 -15px;
    padding: 7px 24px;
}

.productBox {
  	float: left;
    background: #25334b none repeat scroll 0 0;
    border-radius: 5px;
    color: #6a7074;
    margin-bottom: 30px;
    padding: 0 10px;
    width: 100%;
}
.productBox h3 {
    background: #ffffff none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    color: #6a7074;
    font-size: 13px;
    margin: 0 -9px 7px;
    padding: 8px 9px;
}
.productBox p {
    font-size: 13px;
    color: #ffffff;
}
.productBox h3 span {
    color: #022840;
    font-weight: 700;
    text-transform: uppercase;
}
.textBox {
	height: 300px;
	overflow: auto;
	padding: 15px;
}
.productLink .btn {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 0 4px 4px;
    color: inherit;
    height: auto;
    padding: 4px 0;
}
.productLink .btn:hover {
    background: #2e8d41 none repeat scroll 0 0;
    color: #ffffff;
    transition: all 0.2s ease-in-out 0s;
}
.productLink {
    margin: 0 -9px;
}

.productBox img {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.productsDetails {
	padding-top: 140px;
	padding-bottom: 80px;
}


/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.fade-in.four {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  animation-delay: 2.0s;
}
.fade-in.five {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.fade-in.six {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  animation-delay: 3.0s;
}
.fade-in.seven {
  -webkit-animation-delay: 3.6s;
  -moz-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.fade-in.eight {
  -webkit-animation-delay: 4.0s;
  -moz-animation-delay: 4.0s;
  animation-delay: 4.0s;
}
.fade-in.nine {
  -webkit-animation-delay: 4.6s;
  -moz-animation-delay: 4.6s;
  animation-delay: 4.6s;
}
.fade-in.ten {
  -webkit-animation-delay: 5.0s;
  -moz-animation-delay: 5.0s;
  animation-delay: 5.0s;
}
.fade-in.eleven {
  -webkit-animation-delay: 5.6s;
  -moz-animation-delay: 5.6s;
  animation-delay: 5.6s;
}
.fade-in.twelve {
  -webkit-animation-delay: 6.0s;
  -moz-animation-delay: 6.0s;
  animation-delay: 6.0s;
}
.fade-in.thirteen {
  -webkit-animation-delay: 6.6s;
  -moz-animation-delay: 6.6s;
  animation-delay: 6.6s;
}
.fade-in.fourteen {
  -webkit-animation-delay: 7.0s;
  -moz-animation-delay: 7.0s;
  animation-delay: 7.0s;
}
.fade-in.fiveten {
  -webkit-animation-delay: 7.6s;
  -moz-animation-delay: 7.6s;
  animation-delay: 7.6s;
}
.fade-in.sixteen {
  -webkit-animation-delay: 8.0s;
  -moz-animation-delay: 8.0s;
  animation-delay: 8.0s;
}
.fade-in.seventeen {
  -webkit-animation-delay: 8.6s;
  -moz-animation-delay: 8.6s;
  animation-delay: 8.6s;
}
.fade-in.eighteen {
  -webkit-animation-delay: 9.0s;
  -moz-animation-delay: 9.0s;
  animation-delay: 9.0s;
}
.fade-in.nineteen {
  -webkit-animation-delay: 9.6s;
  -moz-animation-delay: 9.6s;
  animation-delay: 9.6s;
}
.fade-in.twenty {
  -webkit-animation-delay: 10.0s;
  -moz-animation-delay: 10.0s;
  animation-delay: 10.0s;
}
.fade-in.twenty-one {
  -webkit-animation-delay: 10.6s;
  -moz-animation-delay: 10.6s;
  animation-delay: 10.6s;
}
.fade-in.twenty-two {
  -webkit-animation-delay: 11.0s;
  -moz-animation-delay: 11.0s;
  animation-delay: 11.0s;
}

.receptionDetails {
	padding-top: 80px;
}

.textBox ul li {
	font-size: 15px;
    font-weight: 300;
	color: #fff;
}
.textBoxInfo {
  min-height: 135px;
}
.textImages {
	margin-top: 120px;
}

#productsHeading a:focus, a:hover {
	text-decoration: none;
}
.telemedicineSlider {
	padding-top: 120px;

}
.telemedicineSlider .carousel-inner > .item > a > img, 
.telemedicineSlider .carousel-inner > .item > img, 
.telemedicineSlider .img-responsive, .thumbnail a > img, 
.telemedicineSlider .thumbnail > img {
	margin-left: 240px;
}
.telemedicineSlider .carousel-indicators {
    bottom: 110px;
}
.telemedicineSlider .carousel-indicators li {
	background-color:  #25334b;
	border: 1px solid #25334b;
}
.telemedicineSlider .carousel-indicators .active {
	background-color:  orange;
	border: orange;
}
.solutionSection {
	padding-top: 120px;
	padding-bottom: 60px;
}
.solutionInformation {
	padding-top: 80px;
}
.recruitmentInformation a {
	font-size: 25px;
	color: #25334b;
	font-weight: 600;
}
.recruitmentInformation a:hover {
	color: #471717;
	transition: all 0.3s ease-in-out 0s;
}

.solutionSection .borderHeading h4 {
	text-transform: uppercase;
	color: #471717;
}
.recruitmentInformation {
	padding-top: 10px;
}
.recruitmentInformation p {
	padding: 16px 24px;
}
.solutionBanner .banner-sub-heading {
	margin-top: -10px;
}
.solutionBanner .banner-text .banner-heading {
	margin-top: -10px;
}
.solutiontextInformation {
	padding-top: 120px;
}
.solutiontextInformation .fade-in.one {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  animation-delay: 1.0s;
}


/**************chart*****************/


@import url(http://fonts.googleapis.com/css?family=Roboto:400+700);
body {
  background: #30303A;
  /*font-family: Roboto;*/
}
#chart {
  width: 650px;
  height: 300px;
  margin: 30px auto 0;
  display: block;
}
#chart #numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
#chart #numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 29px;
  border-bottom: 1px solid #444;
  position: relative;
  bottom: 30px;
}
#chart #numbers li:last-child {
  height: 30px;
}
#chart #numbers li span {
  color: #000000;
  position: absolute;
  bottom: 0;
  right: 10px;
}
#chart #bars {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 300px;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 0 1px #444;
}
#chart #bars li {
  display: table-cell;
  width: 100px;
  height: 300px;
  margin: 0;
  text-align: center;
  position: relative;
}
#chart #bars li .bar {
  display: block;
  width: 70px;
  margin-left: 15px;
  background: #49E;
  position: absolute;
  bottom: 0;
}
#chart #bars li .bar:hover {
  background: #5AE;
  cursor: pointer;
}
#chart #bars li .bar:hover:before {
  color: white;
  content: attr(data-percentage) '%';
  position: relative;
  bottom: 20px;
}
#chart #bars li span {
  color: #000;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
.recruitSection .btn_scroll::before, .godown::before {
	 background: #25334b none repeat scroll 0 0;
}
.recruitSection .btn_scroll, .godown {
	border-color: #25334b;
}
.recruitDetails {
	font-size: 25px;
	color: #471717;
	font-weight: 600;
}
.recuritText {
	font-size: 16px;
}
.recuritdetailsSection {
	padding-top: 160px;
}
.recuritdetailsSection .fade-in.one {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  animation-delay: 1.0s;
}


/*-------------service----------*/

.serviceApproach {
	padding-top: 120px;
	padding-bottom: 120px;
	
}

.applicationDevelopment .box {
	background: #25334b;
	height: 310px;
}
.applicationDetails {
	padding-top: 60px;
}
.outsourcingSection {
	padding-top: 120px;
	padding-bottom: 60px;
	
}
.outsourcingSection .borderHeading h4 {
	text-transform: uppercase;
	color: #471717;
} 

.outsourcingText {
	padding-top: 60px;
}
.outsourcingImages {
	padding-top: 40px;
}
.financeSection {
	padding-top: 60px;
}
.retailSection .thumbnail {
	background-color: #25334b;
	border-color: #25334b;
}
.netWork {
	padding-top: 120px;
	padding-bottom: 40px;
}
.staffingSection {
	padding-top: 120px;
	padding-bottom: 40px;
}
.staffingSection .headingText {
	padding-top: 40px;
}
.contactSection {
	padding-top: 120px;
}
.contactSection .contact-form {
	margin-top: 70px;
}
.contactSection .contact-form .form-control {
	border: 2px solid #6d6d6d;
    color: #1b3143;
    font-size: 20px;
    height: 70px;
}
.contactSection .contact-form .form-group textarea {
 	height: 239px;
 }
 .buttonSection {
 	padding-top: 60px;
 }
 
.outsourcingSection p {
	font-size: 16px;
}
.financeSection ul {
	font-size: 16px;
}
.solutiontextInformation p {
	font-size: 15px;
}
#opdText p {
	font-size: 15px;
}
#healthCare p {
	font-size: 15px;
}
.technology-section p {
	font-size: 15px;
}

.cloud-section {
	padding-top: 140px;
	padding-bottom: 80px;
}

.awsDesign {
    margin-top: 40px;
}
.noteText {
	font-size: 16px;
}

.carouselDiv {
    background: #616161 none repeat scroll 0 0;
    border: 1px solid #616161;
    color: #ffffff;
    font-size: 20px;
    height: 80px;
    margin-right: 20px;
    padding: 18px;
    text-align: center;
}

.clientDiv {
	padding-top: 150px;
	padding-bottom: 80px;
}

.workBenefit {
	padding-top: 140px;
	padding-bottom: 80px;
}

.listing-header {
    border-bottom: 1px solid #eee;
    padding-top: 16px;
}
.listing-header h3 {
	color: #616161;
}
.benefitText {
	font-size: 20px;
	margin-top: 10px;
}

.benefitDiv {
	padding-top: 40px;
}

.searchJobDiv {
	padding: 50px 0;
}

.searchSection {
	padding: 50px 20px;
}
.searchSection .input-group-addon {
	padding: 4px 12px;
	background-color: #25334b;
}

.orLine {
	border-bottom: 1px solid #25334b;
    height: 80px;
    margin-bottom: 50px;
    position: relative;
}
.orCircleWrap {
	left: 0;
    position: absolute;
    text-align: center;
    top: 58px;
    width: 100%;
}
.orCircle {
	background: #25334b none repeat scroll 0 0;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.submitBtnWrap {
	margin-top: 30px;
}
.submitBtnWrap #btnSearch {
	background: #3d3d3d;
    border: 0 none;
    color: #bbbaba;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 26px;
}
.submitBtnWrap #btnSearch:hover {
	background: #471717;
    border-color:#471717;
    transition: all 0.3s ease-in-out 0s;
}
.uploadDiv {
	padding: 40px 0; 
}

#btnUpload {
	background: #3d3d3d;
    border: 0 none;
    color: #bbbaba;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    position: absolute;
    text-transform: uppercase;
    top: 64%;
    left: 7%;
    border-radius: 26px;
}
#btnUpload:hover {
	background: #471717;
    border-color:#471717;
    transition: all 0.3s ease-in-out 0s;
}
.uploadResume h4 {
	font-size: 34px;
}

.openingDiv {
	padding-top: 80px;
	padding-bottom: 120px;
}

.borderText h4 {
	font-size: 45px;
	color: #25334b;
	display: inline-block;
	position: relative;
	padding-bottom: 12px;	
	font-weight: 400;
	margin-bottom: 30px;
}

.borderText h4:after {
	border-bottom: 2px solid #25334b;
	position: absolute;
	content: "";
	bottom: -7px;
	left: 0;
	width: 150px;
}

.borderBox {
    background: #25334b;
    border: 1px solid #25334b;
    border-radius: 5px;
    height: 186px;
    margin: 0 auto;
    text-align: center;
    width: 170px;
}

.departmentInformation .panel-default > .panel-heading {
	background-color: #fff;
	border-color: none;
	position: relative;
}
.departmentInformation .panel-group .panel {
	border-radius: 0;
}
.departmentInformation a {
	text-decoration: none;
}
.departmentInformation a i {

}
.panel-group .panel-heading a:after {
	background: #25334b none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	content: "-";
	font-size: 23px;
	font-weight: bold;
	line-height: 32px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 38px;
}
.panel-group .panel-heading a.collapsed:after {
	content: '+';
}
.departmentInformation .panel-group .panel-heading a:hover {
	color: #063457;
}
.subTitle {
	font-size: 15px;
	font-weight: 600;
}
.memberButton {
	position: relative;
}
.memberLoginDiv {
    border: 1px solid #25334b;
    border-radius: 5px;
    padding: 3px 5px;
}
.memberLoginDiv:hover {
	color: #fff;
	background: #25334b;
}
/*.navbar-right {
	 margin-right: 93px;
}*/

.memberButton a {
	color:#25334b;
	text-decoration: none;
}

.sub-menu {
	background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
   line-height: 50px;
}





/*-------------10/08/16--------tracker--------*/

.bodyBg {
	background:url(../images/bg-img.jpg) no-repeat; 
	background-size:cover;
	background-position: bottom center;
	padding-top: 120px;
	padding-bottom: 130px;
	height: 100vh;
	
}
.customerTracker {
	background: rgba(37, 51, 75, 0.50);
	padding:10px 0;
	margin-top: 280px;
	color: #fff;
	text-align: center;
}
.customerTracker h4 {
	font-size: 34px;
}

.customerTracker .btn-slide {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 34px;
    padding: 0 0 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    margin-top: 20px;
}
.customerTracker .btn-slide .text {
    color: #fff;
    font-style: inherit;
    transition: all 0.5s ease 0s;
}
.customerTracker .btn-slide .icons {
    background-color: #4b4a4a;
    border-radius: 50%;
    bottom: 1px;
    color: #fff;
    left: 1px;
    padding: 9px;
    position: absolute;
    text-align: center;
    top: 1px;
    transition: all 0.5s ease 0s;
}
.customerTracker .btn-slide::before {
    color: #fff;
    content: attr(data-hover);
    left: 0;
    opacity: 0;
    padding-right: 15px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.customerTracker .btn-slide:hover .text {
    opacity: 0;
}
.customerTracker .btn-slide:hover .icons {
    left: calc(100% - 32px);
}
.customerTracker .btn-slide:hover::before {
    opacity: 1;
}

/*----16-12-2016-----------*/

.demoDiv:hover {
    background: #25334b;
    color: #fff;
}
.headingText > p {
	font-size: 16px; 
}
.imglifeOPD {
	width: 50%;
}
#fp-nav ul li .fp-tooltip {
	color: #2A3148 !important;
}

.touchdropdown {
    margin:10px auto;
    width:100%;
}
