@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,700,800);
* {
	margin: 0;
	padding: 0
}

body {
	font-size: 15px;
	line-height: 1.75;
	font-weight: 400
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

body,
a {
	color: #727272;
	font-family: 'Open Sans', sans-serif
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #272727
}

.h4,
h4 {
	font-size: 20px
}

a,
.btn,
button {
	color: #727272;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

a:hover {
	color: #29abe2
}

a:hover,
.btn:hover,
button:hover {
	text-decoration: none
}

a:focus,
.btn:focus,
button:focus {
	outline: none
}

ul,
ol {
	list-style: none;
	margin: 0
}

::-moz-selection {
	background-color: #29abe2;
	color: #fff
}

::-webkit-selection {
	background-color: #29abe2;
	color: #fff
}

::selection {
	background-color: #29abe2;
	color: #fff
}

.no-padd {
	padding: 0
}

.light-font {
	font-weight: 300
}

.medium-font {
	font-weight: 600
}

.bold-font {
	font-weight: 700
}

.heading-font {
	font-family: 'Open Sans Condensed', sans-serif
}

.merry-font {
	font-family: 'Merriweather', serif
}

.mdi {
	display: inline-block
}

.mdi-big {
	font-size: 65px
}

.cb-mb-2 {
	margin-bottom: 2rem
}

.cb-txt {
	color: #29abe2
}

.wht-txt {
	color: #fff
}

.cb-bg {
	background-color: #29abe2
}

.wht-bg {
	background-color: #fff
}

.faded-bg {
	background-color: #f2f2f2
}
.homehead{font-size: 30px!important; font-weight: 400; color: ff9900}
.form-control {
	font-family: 'Open Sans', sans-serif;
	border-radius: 0;
	color: #272727
}

.form-control::placeholder,
::placeholder {
	font-family: 'Open Sans', sans-serif;
	color: #727272
}

.form-control:focus {
	color: #272727;
	border-color: #29abe2
}

.form-control:focus {
	outline: 0;
	box-shadow: none
}

.btn {
	padding: 20px 30px;
	line-height: 0;
	border-radius: 30px;
	font-weight: 400
}

.btn-white {
	background-color: #fff;
	color: #272727
}

.cb-btn {
	background-color: #29abe2;
	color: #fff
}

.cb-service-btn {
	padding: 8px 20px 9px;
	font-size: 13px;
	background-color: #727272;
	color: #fff;
	border-radius: 30px
}

.cb-service-btn:hover,
.cb-service-btn:focus {
	background-color: #29abe2;
	color: #fff
}

.cb-overlay {
	position: relative
}

.cb-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .7)
}

.cb-parallax {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover
}

.cb-counters {
	background-image:url("counters-bg.jpg")
}

.cb-wrapper {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	position: relative
}

.cb-section {
	padding: 5em 0
}

.cb-resp-section {
	padding: 5em 0 3.5em
}

.cb-title-box {
	position: relative
}

.cb-title-box:after {
	content: '';
	height: 35px;
	width: 2px;
	background: #29abe2;
	display: inline-block;
	text-align: center
}

.cb-title-box small {
	font-size: 16px;
	font-style: italic
}

.cb-nav {
	padding: 0;
	transition: all .5s ease
}
.logo{max-width: 160px}
.isScrolled.cb-nav {
	background-color: #141313;
	animation-name: slideInDown;
	animation-duration: 1s
}

.cb-nav.navbar-dark .navbar-nav .nav-link {
	position: relative;
	color: #fff;
	font-size: 13px
}

.cb-nav.navbar-dark .navbar-nav .nav-item:hover .nav-link,
.cb-nav.navbar-dark .navbar-nav .nav-link:focus,
.cb-nav.navbar-dark .navbar-nav .nav-link:hover {
	color: #29abe2
}

.cb-nav.navbar-dark .navbar-nav .active>.nav-link,
.cb-nav.navbar-dark .navbar-nav .nav-link.active,
.cb-nav.navbar-dark .navbar-nav .nav-link.show,
.cb-nav.navbar-dark .navbar-nav .show>.nav-link {
	color: #29abe2;
	font-weight: 700
}

.cb-nav.navbar-dark .navbar-nav .nav-link,
#cb-menu .dropdown-item {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase
}

#cb-menu .dropdown-menu {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border-top: 0
}

#cb-menu .dropdown-item {
	font-size: 12px;
	border-bottom: 1px solid #dbdbdb
}

#cb-menu .dropdown-item:hover,
#cb-menu .dropdown-item.active,
#cb-menu .dropdown-item:active {
	background-color: #efefef;
	color: #29abe2
}

.cb-banner {
	position: relative;
	padding: 0 0;
	background-image: url(../assest/home-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	overflow: hidden
}
.aboutbanner {
	position: relative;
	padding: 0 0;
	background-image:url("about-bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 350px;
	overflow: hidden
}
.servicesbanner {
	position: relative;
	padding: 0 0;
	background-image:url("services-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 350px;
	overflow: hidden
}
.clientsbanner {
	position: relative;
	padding: 0 0;
	background-image:url("client-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 350px;
	overflow: hidden
}
.contactbanner {
	position: relative;
	padding: 0 0;
	background-image:url("contactus-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 350px;
	overflow: hidden
}
.adress{background: #eee; padding: 10px}
/*  Industries  -------------------------------*/
.industries_wrapper{padding: 52px 0 60px}
.industries_wrapper .industry_bx{border:1px solid #f1f1f1; overflow: hidden; position: relative;padding: 30px 24px; text-align: center;
    -webkit-transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  transition:all 0.3s ease-in-out 0s;
}
.industries_wrapper .industry_bx:hover{border:1px solid #03356d;background: #0a60c0}
.industries_wrapper .industry_bx:before{position: absolute;top:-20px; left: -20px; width: 70px;height: 40px; content: ''; background: #f1f1f1;
-webkit-transform:rotate(-34deg);
-moz-transform:rotate(-34deg);
-ms-transform:rotate(-34deg);
transform:rotate(-34deg);
}
.industries_wrapper .industry_bx:hover:before{background:#03356d;}
.industries_wrapper .industry_bx .img-circle{width: 116px; height: 116px; padding:17px; display: block;margin: 0 auto 20px;border:1px solid #f1f1f1; /*background:#fff url(../img/industries_icons.png) no-repeat center top;*/background:#fff;}
.industries_wrapper .industry_bx .img-circle img{opacity:0.7;}
.industries_wrapper .industry_bx:hover .img-circle{border-color: #fff}
.industries_wrapper .industry_bx .img-circle.healthcare_icon{background-position: center center;}
.industries_wrapper .industry_bx h4{font-size: 20px; line-height: 26px; font-family: 'Montserrat', sans-serif; font-weight: 400;color: #5f5f5f; padding-bottom: 12px; position: relative;margin: 0 0 20px}
.industries_wrapper .industry_bx:hover h4{color:#fff}
.industries_wrapper .industry_bx:hover h4 a{color:#fff}
.industries_wrapper .industry_bx p{margin: 0; color: #5f5f5f;min-height:121px}
.industries_wrapper .industry_bx:hover p{color:#fff}
.industries_wrapper .industry_bx h4:before{position: absolute;bottom: 0;left: 50%; margin-left: -25px; width: 50px ;height: 2px; background:#0a60c0;content:''; }
.industries_wrapper .industry_bx:hover h4:before{background:#fff}
.industries_wrapper .industry_bx.inner_industry_bx{border:1px solid #0a60c0;}
.industries_wrapper .industry_bx.inner_industry_bx:before{background:#03356d;}
.industries_wrapper .industry_bx.inner_industry_bx .img-circle{border:1px solid #0a60c0;}
.industry-m-l{padding-left:40px;}
.industry-m-r{padding-right:40px;}
.industry-inner h4{font-size:32px; position:relative; color:#0a60c0; display:inline-block; margin-bottom:20px;}
	ul.health-services{list-style:none; padding-left:30px; margin-top:20px;}
ul.health-services li{position:relative; margin-bottom:10px; color:#222; font-size:14px; font-style:italic; padding-left:0px; float:left; width:50%;}
ul.health-services li:after{content:'\f05d'; font-family:'FontAwesome'; position:absolute; left:0; margin-left:-30px; top:0; color:#0a60c0; font-style:normal}

.client-margin{margin-bottom:40px; padding-bottom:40px;}
.industries_wrapper .client-margin:last-child{padding-bottom:0; border-bottom:0; margin-bottom:0px;}
.pdf-download{border:1px dashed #9c9c9c; margin-top:20px; text-align:center; padding:20px;p}

/*  clients  -------------------------------*/
.clients_wrapper{padding: 50px 0 52px; border-top:1px solid #d4d4d4;background: url(../img/clients_bg.jpg);}
.clients_wrapper .thumbnail{border-radius: 5px;border-color: #e3e3e3;overflow: hidden;}
.clients_wrapper .thumbnail img{
  -webkit-transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  transition:all 0.3s ease-in-out 0s;
}
.clients_wrapper .thumbnail:hover{border-color: #0a60c0}
.clients_wrapper .thumbnail:hover img{-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%);filter: grayscale(100%);
  -webkit-transform:scale(0.8) rotate(8deg);
  -moz-transform:scale(0.8) rotate(8deg);
  -ms-transform:scale(0.8) rotate(8deg);
  transform:scale(0.8) rotate(8deg);
}
.clients_wrapper .owl-nav {text-align: center;position: relative;overflow: hidden;}
.clients_wrapper .owl-nav:before {position: absolute;top: 50%;left: -70px; margin-top: -3px;height: 6px; width: 50%;content: ''; border-top:1px solid #d0cfcf; border-bottom:1px solid #83addd; }
.clients_wrapper .owl-nav:after {position: absolute;top: 50%;right: -70px; margin-top: -3px;height: 6px; width: 50%;content: ''; border-top:1px solid #d0cfcf; border-bottom:1px solid #83addd; }
.clients_wrapper .owl-nav > div{position: relative; display: inline-block; vertical-align: middle; margin: 7px 9px; border:1px solid #d1d0d0; font-family: 'FontAwesome'; font-size: 18px; border-radius: 50%; color: transparent; background: transparent; text-indent: -333px; width: 38px; height: 38px;text-align: center;font-size: 18px;line-height: 36px;
  -webkit-transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  transition:all 0.3s ease-in-out 0s;
}
.clients_wrapper .owl-nav > div:hover{border-color:#0a60c0; background: #0a60c0;}
.clients_wrapper .owl-nav > div:before{position: absolute;top: -7px; left: -7px; width: 50px; height: 50px;border-radius: 50%; content: '';border:1px solid transparent;
    -webkit-transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  transition:all 0.3s ease-in-out 0s;
}
.clients_wrapper .owl-nav > div:after{font-family: 'FontAwesome';content: "\f104"; position: absolute;top: 0;left: 0;text-indent: 0;width: 38px;height: 38px;color: #d1d1d1;}
.clients_wrapper .owl-nav > div:hover:after{color: #fff;}
.clients_wrapper .owl-nav > div:hover:before{border-color:#0a60c0;}
.clients_wrapper .owl-nav > div.owl-prev:after{padding-right: 2px;}
.clients_wrapper .owl-nav > div.owl-next:after{content: "\f105"}


.services .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 23%);
    border-bottom: 4px solid #29abe2;
}
.services .lih{margin-bottom: 0; padding-bottom: 0!important;}
.services ul{margin: 0; padding: 0} 

.services ul li{list-style-type: disc; margin-left: 20px;}
.misson-wraper{box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.23); border-bottom: 4px solid #29abe2; border-radius: 30px;}
.misson-content{padding:15px;}
.misson-content p{min-height:161px;}
.misson-img-wraper{position:relative; overflow:hidden;}
	
.misson-img-wraper:hover:after{background:rgba(255, 255, 255, 0.90);}
.misson-img-wraper img {transition:all linear 0.2s;border-radius: 0 0 50px 0;}
.misson-img-wraper:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);}	
.misson-content h3{color:#29abe2; position:relative; font-weight:400; margin-bottom:40px;}
.misson-content h3:after{width:40px; height:2px; background:#29abe2;content:'';position:absolute; left:0; bottom:0; margin-bottom:-20px;}

.servicesbanner-hed{margin-top: 120px; font-size: 40px; font-weight: bold}
.line {
/*  flex-basis: 50%; */
  font-size: 30px!important;
  color: #14f7c1;
  position: absolute;
  opacity: 0;
	text-align: center;
	width: 100%;
}
.cb-banner::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .67);
	background-color: rgba(0, 0, 0, .75)
}

.cb-particles {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh
}

.cb-banner-content {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	padding: 160px 0
}

.cb-banner-text {
	overflow-x: hidden
}

.cb-banner-text {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
	overflow: hidden
}

.cb-banner-text .h3 {
	letter-spacing: 2px;
}

.cb-banner-text .h1,
.cb-banner-text .h3 {
	margin-bottom: 1em
}

.counter {
	font-size: 55px
}

.cb-feature-box {
	position: relative;
	padding: 20px
}

.cb-feature-box::after {
	position: absolute;
	content: "";
	background: #373737;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 5px;
	-webkit-transform: scaley(0);
	transition: all.3s;
	z-index: -1
}

.cb-feature-box:hover::after {
	-webkit-transform: scaley(1);
	transition: all .3s
}

.cb-feature-box .mdi {
	font-size: 25px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 1.2em;
	box-shadow: 0 5px 5px #ddddd4
}

.cb-feature-box .h4 {
	transition: all .3s ease
}

.cb-feature-box img {
	height: 90px;
	margin-bottom: 1em
}

.cbt-clients {
	padding: 0 0 4em
}

#cbt-clients.owl-carousel .owl-stage-outer {
	padding: 10px 0 30px
}

.client-item img {
	cursor: pointer;
	display: block;
	padding: 20px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff
}

#cbt-clients.owl-theme .owl-dots .owl-dot span {
	width: 32px;
	height: 12px;
	background: transparent;
	border: 2px solid #29abe2;
}

#cbt-clients.owl-theme .owl-dots .owl-dot.active span,
#cbt-clients.owl-theme .owl-dots .owl-dot:hover span {
	background: #29abe2
}

#cbt-clients.owl-theme .owl-dots .owl-dot {
	transform: all .3s ease
}

.cb-footer {
	font-size: 13px
}

.cb-footer,
.cb-footer a {
	color: #ccc4c4
}

.cb-footer-top {
	position: relative;
	padding: 5em 0;
	background-color: #29abe2;
	background-image: url(../images/ft-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed
}

.cb-footer-top::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(243, 105, 9, .35);
	background-color: rgba(0, 0, 0, .85)
}

.cb-ft-about {
	display: table
}

.cb-ft-social ul li {
	display: block;
	float: left;
	text-align: center;
	color: #fff
}

.cb-ft-social ul li+li {
	margin-left: 10px
}

.cb-ft-social ul li a .mdi {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #fff;
	color: #727272;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 5px;
	transition: all .3s ease
}

.cb-ft-ci-box img {
	width: 50px;
	float: left
}

.cb-ft-ci-text {
	padding-left: 70px
}

.cb-ft-contact-form .form-control {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #fff;
	border-bottom: 1px solid #464242;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px
}

.cb-ft-contact-form .form-control:focus {
	border-bottom-color: #29abe2
}

.cb-ft-contact-form label {
	display: none
}

.cb-ft-cf-btn {
	background-color: #272727;
	color: #fff;
	font-size: 11px
}

.cb-ft-ci-list li {
	position: relative;
	padding-left: 23px;
	padding-bottom: 5px
}

.cb-ft-ci-list li .mdi {
	position: absolute;
	top: 0;
	left: 0;
	color: #29abe2;
	color: #fff
}

.cb-footer-bot {
	position: relative;
	padding: 4em 0;
	background-color: #141313
}

.cb-bt-links a {
	display: inline-block;
	font-style: italic
}

.cb-bt-links a+a {
	margin-left: 15px
}

.cb-footer,
.cb-ft-contact-form .form-control:placeholder,
.cb-bt-links a,
.cb-ft-social ul li a .mdi {
	color: #ccc4c4
}

.ngs-qr-wrap {
	position: fixed;
	z-index: 25;
	top: 35%;
	right: -215px;
	width: 250px;
	transition: all .4s ease-in-out
}

.ngs-qr-wrap.active {
	right: 0
}

.ngs-qr-icon {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #29abe2;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-size: 20px
}

.ngs-qr-icon .mdi {
	transition: all .6s ease-in-out
}

.ngs-qr-wrap.active .mdi {
	transform: rotate(-45deg)
}

.ngs-qr-pic {
	float: left;
	width: calc(100% - 35px);
	padding: 20px;
	background-color: #555
}

#back-to-top {
	position: fixed;
	z-index: 99;
	bottom: 1em;
	right: 1em;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #272727;
	color: #fff;
	opacity: 0;
	border-radius: 2em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	transition: all .4s ease
}

.cb-inner-banner {
	height: 500px
}

.cb-inner-banner-text nav {
	display: inline-block
}

.cb-inner-banner-text nav .breadcrumb {
	background-color: transparent
}

.cb-inner-banner-text nav .breadcrumb li a {
	color: #fff
}

.cb-inner-banner-text nav .breadcrumb .breadcrumb-item.active {
	color: #29abe2;
	font-weight: 700
}

.cb-clients-box ul li {
	display: block;
	float: left;
	width: 19%;
	margin: 9px 5px;
	border: 1px solid #ddd;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	filter: grayscale(100%);
	transition: all .3s ease
}

.cb-clients-box ul li:hover {
	border-color: #29abe2;
	filter: grayscale(0%)
}

.cb-co-box .table thead tr {
	font-weight: 700;
	font-size: 18px;
	color: #29abe2
}

.cb-cp-info-box ul li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 7px
}

.cb-cp-info-box ul li .mdi {
	position: absolute;
	top: 0;
	left: 0;
	color: #29abe2
}

.cb-cp-btn {
	padding: 7px 22px;
	background-color: #727272;
	color: #fff;
	border-radius: 30px;
	border: 0;
	font-size: 14px
}

#map {
	width: 100%;
	height: 450px
}

.cb-list li {
	position: relative;
	padding-left: 25px
}

.cb-list li::before {
	font-family: 'Material Design Icons';
	content: "\F057";
	position: absolute;
	top: 0;
	left: 0
}

.cb-txt,
.cb-bt-links a:hover,
.cb-footer a:hover,
.cb-inner-banner-text nav .breadcrumb li a:hover {
	color: #29abe2
}

.cb-bg,
.cb-ft-social ul li a:hover .mdi {
	background-color: #29abe2
}

.cb-ft-social ul li a,
.cb-feature-box:hover .h4,
.cb-inner-banner-text nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff
}

.cb-ft-social ul li a:hover .mdi,
.cb-ft-cf-btn:hover,
.cb-ft-cf-btn:focus,
#back-to-top:hover,
#back-to-top:focus,
.cb-cp-btn:hover,
.cb-cp-btn:focus {
	background-color: #29abe2;
	color: #fff
}

.cb-btn:hover,
.cb-btn:focus {
	background-color: #272727;
	color: #29abe2
}

.cb-about-us-page {
	background-image: url(../images/bgs/about-us-page-ban2.jpg)
}

.cb-services-page {
	background-image: url(../images/bgs/services-page-ban.jpg)
}

.cb-it-solutions-page {
	background-image: url(../images/bgs/it-solutions-page-ban.jpg)
}

.cb-web-consulting-page {
	background-image: url(../images/bgs/web-consulting-page-ban.jpg)
}

.cb-software-development-page {
	background-image: url(../images/bgs/software-development-ban.jpg)
}

.cb-staff-augmentation-page {
	background-image: url(../images/bgs/staff-augmentation.png)
}

.cb-business-consulting-page {
	background-image: url(../images/bgs/business-consulting.jpg)
}

.cb-clients-page {
	background-image: url(../images/bgs/client-page-ban.jpg)
}

.cb-careers-page {
	background-image: url(../images/bgs/careers-page-ban.jpg)
}

.cb-contact-page {
	background-image: url(../images/bgs/contact-page-ban.jpg)
}

.active-hide {
	display: none
}

.ngs-tab-content-box {
    padding: 2em 0;
}

.ngs-lca-pdfs-box {
    margin: 0 -5px;
}

.ngs-lca-pdfs-box ul.ngs-lca-pdfs {
    display: table;
}

.ngs-lca-pdfs-box ul li {
    display: block;
    float: left;
    padding-bottom: 5px;
}

.ngs-lca-pdfs-box ul li a {
    display: block;
    text-align: center;
    padding: 7px 5px;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fbfbfb;
}

.ngs-lca-pdfs-box ul li a:hover, .ngs-lca-pdfs-box ul li a:focus {
    background-color: #29abe2;
    border-color: #29abe2;
    color: #fff;
    transform: scale(1.08);
}

.ngs-lca-pdfs-box ul li a:hover .mdi {
    color: #fff;
}

.ngs-lca-pdfs-box ul li a .mdi {
    padding-right: 5px;
    color: #29abe2;
    transition: all .3s ease;
}

.ngs-careers-tabs2{
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 1200px){
.ngs-lca-pdfs-box ul li {
    width: 20%;
  }

}
  
.ngs-txt {
    color: #f36929;
}

.table-bordered thead td, 
.table-bordered thead th {
    border-bottom-width: 2px;
    font-weight: 700;
    font-size: 18px;
}

.ngs-careers-table .ngs-btn,
.ngs-career-details-table .ngs-btn {
	display: inline-block;
	font-size: 14px;
	padding: 7px 20px 8px;
	background-color: #28a745;
	color: #fff !important;
	border: none;
}

.ngs-career-details-table .table td {
    min-width: 200px;
}

.ngs-career-apply-box {
    padding-left: 210px;
}

#jobview-tbody-id a {
	color: #28a745;
	font-weight: 500;
}

#jobview-tbody-id a:hover {
	color: #29abe2;
}
/*---------------------------------------
   Blog section              
-----------------------------------------*/
.whychooseus{background: #eee}
#blog {
  padding-top: 30px;
	padding-bottom: 30px;
}
.blog-post-thumb {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 62px;
  margin-bottom: 32px;
}

.blog-post-thumb:last-child {
  border-bottom: 0px;
  padding-bottom: 32px;
  margin-bottom: 0px;
}
.blog-post-title{}
.blog-post-title h3{font-weight: bold; font-size: 24px}
.titleh3{font-weight: bold; font-size: 24px}
.blog-post-image,
.blog-post-video {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 100%;
}

#about img,
.blog-post-image img {
  border-radius: 1px;
}

.blog-post-title a {
  color: #222;
}

.blog-post-title a:hover {
  color: #29abe2;
}
.blog-post-title h3::after {
    content: '';
    width: 71px;
    height: 3px;
    display: block;
    background: #29abe2;
    z-index: 67;
    margin-top: 10px;
}
.headdash {
    width: 71px;
    height: 3px;
    display: block;
    background: #29abe2;
    z-index: 67;
    margin: 0 auto
}
.blog-post-format {
  padding-bottom: 22px;
}
.letstalkbtn{color: #fff;background: #485563;  /* fallback for old browsers */background: #5C258D;  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #4389A2, #5C258D);  /* Chrome 10-25, Safari 5.1-6 */background: linear-gradient(to right, #4389A2, #5C258D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */font-size: 22px;margin: 0 auto;text-decoration: none;padding: 20px;max-width: 340px;text-align: center;width: 200px;display: table;}
.letstalkbtn:hover{color: #000!important}
.blog-post-format span {
  letter-spacing: 0.5px;
  padding-right: 12px;
}
.blog-post-format span {
  letter-spacing: 0.5px;
  padding-right: 12px;
}

.blog-post-format span a {
  color: #333;
}

.blog-post-format span img {
  display: inline-block;
  width: 42px;
  margin-right: 4px;
}

.blog-post-des blockquote {
  margin: 22px;
}

.blog-post-des .btn {
  border-radius: 100px;
  color: #777;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 28px;
  margin-top: 26px;
  transition: all 0.4s ease-in-out;
}

.blog-post-des .btn:hover {
  background: #29abe2;
  border-color: transparent;
  color: #ffffff;
}

.blog-author {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.blog-author .media img {
  display: inline-block;
  width: 90px;
  margin-right: 12px;
}

.blog-author .media a,
.blog-comment .media h3 {
  color: #444;
  font-size: 18px;
  letter-spacing: 1px;
}

.blog-comment {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 32px;
  margin-bottom: 42px;
}

.blog-comment .media:nth-child(2) {
  padding-top: 22px;
}

.blog-comment .media img {
  width: 82px;
  margin-right: 12px;
}

.blog-comment .media h3 {
  display: inline-block;
  padding-right: 14px;
}


.blog-comment-form h3 {
  padding-bottom: 18px;
}

#about .col-md-6, #about .col-md-4,
.blog-comment-form .col-md-4 {
  padding-left: 0px;
}

.blog-comment-form .form-control {
  box-shadow: none;
  border: 2px solid #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form .form-control:hover {
  border-color: #555;
}

.blog-comment-form input {
  height: 45px;
}

.blog-comment-form input[type="submit"] {
  background: #29abe2;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form input[type="submit"]:hover {
  background: #333;
  border-color: transparent;
  color: #ffffff;
}


.ourservices-imgcontainer {
  position: relative;
  width: 100%;
	max-width: 371px;
	margin: 10px auto;
}

.ourservices-imgimage {
  display: block;
  width: 100%;
  height: auto;
}

.ourservices-imgoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.ourservices-imgcontainer:hover .ourservices-imgoverlay {
  opacity: 1;
}

.ourservices-imgtext {
	width: 100%;
	padding: 0 20px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.learnmore-btn1 {
    color: #fff;
    background: #485563;
    margin: 4px 2px;
    text-decoration: none;
    padding: 12px 15px;
    text-align: center;
}

/*---------------------------------------
   Blog Single Post section              
-----------------------------------------*/
#logo-ticker {
    margin: 0px auto;
    padding: 20px 0px;
    background-color: #fff;
    width: 100%;
    position: relative;
}
   #logo-ticker .footer-logo-slider {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 8px 0;
        height: 120px;
        width: 100%;
        overflow: hidden;
   }
.footer-logo-slider > ul {
    position: relative;
    display: inline-block;
}

.footer-logo-slider li {
    display: inline-block;
    padding: 0 35px;
    position: absolute;
    top: 0;
}
.footer-logo-slider li img{max-height: 90px}

@media (max-width: 991px) {
	
		.cb-banner-text {
       position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    margin-top: 253px;
}
	.cb-banner-text h2{font-size: 18px; line-height: 19px; margin-bottom: 40px;}
	.line{font-size: 18px!important; padding: 20px}
	.homehead{font-size: 18px!important; line-height: 19px; font-weight: 400; color: ff9900}
}

@media (max-width: 768px) {
	ul.health-services li {
    width: 100%;
}

}
          
