

/*
Author : Amruth Raj R
Created on : 02-03-2017
Company : OrisysIndia
*/

@import 'common.css';

.modal table td, .modal table th {
    white-space: nowrap;
}
.ml-2{
	margin-left: 2rem; 
}
.btn-secondary {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #717384;
    border-color: #6b6d7d;
}
/* ------ Resets ------ */
.user-dash-menu li a span {
    height: 50px;
    display: block;
    color: #333;
    font-size: 18px;
}
.navbar-default {
	background-color: transparent;
	border: none;
	margin: 0;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: inherit;
	background-color: transparent;
	position: relative;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
}
label {
	font-weight: 300
}
.breadcrumb {
	background-color: transparent;
	font-size: 12px;
	margin-bottom: 0;
}
.panel-default>.panel-heading {
	padding: 0;
	background-color: transparent;
}
/* ------ Common styles ------ */
.form-control {
	height: auto;
	padding: 12px;
	font-weight: 300;
	box-shadow: none;
	-webkit-appearance: none;
}
.btn {
	border: none;
	padding: 12px 20px;
	display: inline-block;
}
.btn-primary {
	background-color: #288feb;
	text-transform: uppercase;
}
.btn-theme {
	background-color: #01b5a6 !important;
	text-transform: uppercase !important;
	color: #FFF !important;
}
.btn-full {
	display: block;
	width: 100%;
}
h1 .btn {
	font-size: 12px;
	padding: 6px 10px;
}
.important, .warning {
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.important {
	background-color: #288feb;
}
.warning {
	background-color: #d9534f;
}
.alert label {
	line-height: normal !important;
}
.panel-body .form-group {
	margin-bottom: 25px;
}
.panel-body .form-group.normal {
	margin-bottom: 10px;
}
.panel-body h4 label {
	margin:0;
	color:#288feb;
}
.panel-body h4 label.switch_add {font-size: 13px;color: #333;font-weight: 300;}
.panel-body h5 {
	color:#01b5a6;
	font-weight:300;
}
.marginTop20 {margin-top:20px;}
.no-content-table {display:table;height:250px;width:100%;}
.no-content-table h2 {display:block;padding:25px;text-align:center;vertical-align:middle; font-size:13px;color:#222;}
.no-content-table i {font-size:90px;display:block; margin-bottom:25px;color:#ffb300;}

/* ------ Header styles ------ */
.top-bar {
	background-color: #008bd1;
	padding: 10px 0;
	color: #FFF;
	font-size: 12px;
}
.top-bar a {
	color: #FFF;
	padding: 5px 8px;
}
header {
	background-color: #fff;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.navbar-brand {
	display: block;
	text-indent: -9999px;
	background: url(../images/gtech-logo.svg) no-repeat center;
	background-size: cover;
}
.navbar-default .navbar-nav>li>a {
	font-weight: 400;
}
.navbar-default .main-nav>li>a {
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-default .main-nav>li>a:after {
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 10px;
	left: 50%;
	background-color: #01b5a6;
	content: '';
	transition:all .3s;
	-webkit-transition:all .3s;
}
.navbar-default .sub-nav>li>a {
	color: #008bd1;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-default .sub-nav>li>a.btn-theme {
	padding: 10px !important;
	margin: 5px;
}
.navbar-default .social-icons> li> a {
	padding: 15px 10px;
	color: #01b5a6;
}
.navbar-default .social-icons> li> a:after {
	position: absolute;
	right: 0;
	height: 20px;
	width: 1px;
	background-color: rgba(0,0,0,0.05);
	content: '';
}
.navbar-default .social-icons> li:last-child> a:after {
	display: none;
}
/* ------ Home Banner ------ */

.home-banner {
	background-color: #f0f5fa;
	display:none;
}
.home-banner h1 {
	font-size: 30px;
}
.home-banner p {
	font-size: 16px;
	color: #707070;
	line-height: 22px;
}
.home-banner .item:last-child {
	background: url(../images/Business-Partnerships.jpg) no-repeat center bottom;
	background-size: cover;
}
.home-banner .item:first-child {
	background: url(../images/Supporting-IT-Supporting-People.jpg) no-repeat center bottom;
	background-size: cover;
}
.carousel-indicators li {
	background-color: #73d4ce;
	border: none
}
.carousel-indicators .active {
	background-color: #008bd1;
}
.home-banner .item * {
	color: #222;
}
.home-banner .item img {
	visibility: hidden;
}
.supporting-it, .news-updates {
	padding: 30px 0;
}
.supporting-it p {
	color: #707070;
	line-height: 28px;
}
.bg-white {
    background: #fff;
    
}
.m-0{
	margin: 0px;
}
.my-pagination strong {
		    border-radius: 4px;
		    margin-left: 0;
		    /* border-top-left-radius: 4px; */
		    /* border-bottom-left-radius: 4px; */
		    position: relative;
		    float: left;
		    padding: 6px 12px;	
		    margin-left: -1px;
		    line-height: 1.42857143;
		    color: #fff;
		    text-decoration: none;
		    background-color: #337ab7;
		    border: 1px solid #ddd;
}
.form-card {
    background: #fff;
    padding: 30px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
    box-shadow: 0 1px 1px rgba(136,153,166,0.15);
}
.action-btns .btn {
    padding: 6px 12px;
    margin-left: 5px;
}
.action-btn .btn-default {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
}
.services {
	padding: 50px 0 0;
    background: url(../images/banner.jpg) no-repeat center top;
    background-size: cover;
    background-color: #00B4A6;
}
.services h4 {
	font-weight: 700;
	font-size: 16px;
}
.services h4 a {
	color: inherit;
}
.services p {
	font-size: 12px;
	color: rgba(255,255,255,0.9);
	line-height: 19px;
}
.services .col-md-4 {
	padding: 40px 15px;
}
.services .col-md-4 .border-box {
	position: relative;
	padding: 50px 15px 10px;
	border: 1px solid rgba(255,255,255,0.8);
	cursor: pointer;
	color:#fff;
}
.services .col-md-4 .border-box:hover {
	background-color: #008bd1;
	color: #FFF;
}
.services .col-md-4 .border-box:hover * {
	color: #FFF;
}
.services .col-md-4 .border-box .img {
	position: absolute;
	display: block;
	border: 1px solid #ccc;
	top: -66px;
	left: 50%;
	padding: 35px 0;
	margin-left: -66px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #fff;
	text-align: center;
	width: 130px;
	height:130px;
}
.services .col-md-4 .border-box .img img {
	width: 70%;
}
.services .col-md-4 .border-box:hover .img {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.news-updates {
	background-color: #f0f5fa;
}
.news-updates .news-thumb {
	position: relative;
	width: 50%;
	float: left;
}
.news-updates .news-thumb:first-child {
	width: 100%;
}
.news-updates .news-thumb:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	z-index: 1;
	background-color: rgba(0,181,166,0.7);
}
.news-updates .news-thumb:first-child:before {
	background-color: rgba(0,139,209,0.7);
}
.news-updates .news-thumb img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.link-wrapper {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	z-index: 2;
}
.news-updates .news-thumb span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}
.news-updates .news-thumb span:before {
	box-sizing: border-box;
	transform: translateX(100%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 99.5%;
	height: 2px;
	z-index: -1;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
}
.news-updates .news-thumb span:after {
	box-sizing: border-box;
	transform: translateX(-100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 99.8%;
	height: 2px;
	z-index: -1;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
}
.news-updates .news-thumb:first-child span:after {
	width: 100%;
}
.news-updates .news-thumb span:hover:before {
	transition: .1s transform linear, .1s height linear .1s;
	transform: translateX(0);
	height: 100%;
	border-color: #fff;
}
.news-updates .news-thumb span:hover:after {
	transition: .1s transform linear .2s, .1s height linear .3s;
	transform: translateX(0);
	height: 100%;
	border-color: #fff;
}
.news-updates .news-thumb h1, .news-updates .news-thumb h2 {
	margin: 0 0 15px;
}
.news-updates .news-thumb a {
	line-height: 25px;
	display: block;
	height: 100%;
	color: #FFF;
	position: relative;
	padding-top: 30%;
}
.news-updates .news-thumb:first-child a {
	padding-top: 20px;
}

.news-section h2{font-size:20px; margin-bottom:15px;}
.news-section h2:first-child{margin-top:0;}
.news-section h2 a{display:inline-block;padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;background-color: #288feb;margin-left:15px;color:#FFF;vertical-align:bottom;}
.news-section h1{font-size:18px; margin:0 0 5px;}
.news-section h1 a{color: #01b5a6;}
.news-section p {font-size:12px;}
.news-section small{font-size:11px; display:block;margin-bottom:5px;color: #008bd1;}
.news-section .col-sm-9 {padding-left:0px;}

.table {
	display: table;
	width: 100%;
}
.table .trow {
	display: table-row;
}
.table .trow .td {
	display: table-cell;
	padding: 5px 10px;
	vertical-align: top;
	color: #575350;
}
.news-row .td:first-child {
	width: 85px;
}
.news-row .td:first-child a {
	display: block;
}
.table .trow .td .date {
	display: block;
	line-height: 55px;
	font-size: 30px;
	color: #fff !important;
    background: #008bd1;
	border: 1px solid #008bd1;
	text-align: center;
}
.table:hover .trow .td .date {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.table .trow .td .date:active {
	transform: scale(0.93);
	-moz-transform: scale(0.93);
	-webkit-transform: scale(0.93);
}
.table .trow .td .month-year {
	font-weight: 600;
    margin-top: 5px;
    display: block;
    font-size: 20px;
    text-align: center;
}
.table .trow .td h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
}
.table .trow .td h2 a {
	color: #01b5a6;
}
.page-wrapper .news-row .td small {
	display: block;
	margin-bottom: 15px;
}
.table .trow .td small, .table .trow .td h2 a:hover, .news small {
	color: #008bd1;
}
.table .trow .td p {
	font-size: 12px;
}
blockquote {
	border-color: #008bd1;
}
.enquiries {
	padding: 30px 0;
	background-color: #008bd1;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
}

.reg-complete {
	position:relative;
	margin:10px auto;
	width:100%;
	max-width:800px;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	overflow:hidden;
	background-color:#00B4A6;
	display:table;
	}
.reg-complete .col-sm-5 {
	border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	padding:30px 30px 140px;
	color:#FFF;
	display:table-cell;
	float:none;
	}
.reg-complete .col-sm-5:after {
	position:absolute;
	content:'';
	display:block;
	bottom:0;
	left:0;
	right:0;
	height:110px;
	background:url(../images/gtech-logo.png) no-repeat center;
	z-index:99;
	}
.reg-complete .col-sm-5:before{
	position:absolute;
	width:110%;
	height:120px;
	content:'';
	bottom:-15px;
	left:-7%;
	transform:rotate(5deg);
	z-index:98;
	background-color:#fff;
	border-top:20px solid rgba(255,255,255,0.5);
	}
.reg-complete .col-sm-7 {
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	background-color:#fff;
	padding:30px;
	display:table-cell;
	float:none;
	}
.reg-complete .col-sm-7 .btn{display:block;width:100%;}

footer {
}
footer .links {
	padding: 30px 15px 20px;
	color: rgba(0,0,0,0.8);
	font-size: 14px;
	line-height: 19px;
}
footer .links img {
	margin-bottom: 10px;
}
footer .links .social-icons {
	margin-top: 10px;
}
footer .links .social-icons a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a0a0a0;
	color: #a0a0a0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
}
footer .links h3 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
footer .links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .links ul li a {
	font-size: 14px;
	color: rgba(0,0,0,0.8);
}
footer .links .menu li a:hover {
	color: #01b5a6;
	padding-left: 5px;
}
footer .links .menu li a, footer .links .contact-menu li a {
	padding: 5px 0;
	display: block;
}
footer .links .contact-menu li a {
	color: #288feb;
}
footer .links .contact-menu li .btn-primary {
	color: #fff;
	padding: 15px 25px;
	display: inline-block;
	background-color: #288feb;
	text-transform: uppercase;
	margin-top: 15px;
}
footer .links .contact-menu li .btn-primary:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
}
footer .links .contact-menu li .btn-primary:active {
	transform: scale(0.97);
	-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	background-color: #1f83dc;
}
.grey-bg {background-color:rgba(0,0,0,0.08);}
footer .copyright {
	padding: 15px 0;
	font-size: 12px;
	font-weight: 300;
	color: #707070;
}
footer .copyright a {
	color: #333;
}
.login-container {
	position: relative;
	overflow: hidden;
}
.login-container:before {
	background-color: #f0f5fa;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	z-index: -1;
}
.login-box, .register-box {
	padding: 10px 30px;
}
.login-container h1 {
	font-weight: 300;
	margin-bottom: 30px;
}
.login-box p {
	margin-bottom: 30px;
}
.login-box label, .register-box label {
	display: block;
	line-height: 50px;
	cursor: pointer;
}
.login-box input[type=checkbox] {
	margin-right: 10px;
}
.login-box .form-control, .register-box .form-control, .edit-box .form-control {
	border:1px solid #ccc !important;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
}
.login-box label.error, .register-box label.error {
	display: table;
	position: absolute;
	width: auto;
	left: 101%;
	top: 8px;
	padding: 4px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fc6d67;
	color: #fff;
	font-size: 13px;
	z-index: 9999;
	line-height: inherit;
}
.login-box label.error:before, .register-box label.error:before {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #fc6d67;
	left: -3px;
	top: 45%;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: '';
}
@-moz-document url-prefix() {
.login-box label.error, .register-box label.error {
 width: 260px;
}
}
.inner-padding {
	padding: 40px 0;
}
.content-inner {
	background-color: #f0f5fa
}
.profile .widget {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	overflow: hidden;
min-height:200px;
}
.profile .widget h2, .panel-default>.panel-heading h4 a {
	display: block;
	margin: 0;
	padding: 12px 15px;
	font-size: 17px;
	font-weight: 300;
	background-color: #01b5a6;
	color: #FFF;
}
.profile .widget-block {
	padding: 15px;
	min-height: 200px;
}
.profile .widget-block h3 {
	font-size: 15px;
	font-weight: 400;
	color: #288feb;
}
.profile .widget p {
	font-size: 13px;
	color: #666;
}
.profile .profile-header .dp {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	padding: 10px;
}
.profile .profile-header .dp img {
	width: 100%;
	height: auto;
object-fit:cover;

	//max-height: 210px; 
}
.about-company .widget-block {
	min-height: 280px;
}
.edit-box h4 {
	color: #00b4a6;
}
.member-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #30B5B3;
	text-align: center;
}
.contact-list {
	margin: 15px 0 30px;
	padding: 0;
	list-style: none;
}
.contact-list li {
	margin: 1px 0px;
}
.contact-list li a {
	display: block;
	padding: 10px 15px;
	background-color: rgba(0,0,0,0.05);
	color: #333;
	font-size: 12px;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
}
.profile .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 22px;
}
.profile .member-menu {
	background-color: #01b5a6;
	text-align: center;
}
.member-menu li {
	display: inline-block;
}
.member-menu li a {
	display: block;
	padding: 10px 15px;
	color: rgba(255,255,255,0.9);
	font-size: 13px;
}
.member-menu li a:hover {
	color: rgba(255,255,255,1);
}
.profile .profile-header h1 {
	font-size: 22px;
	font-weight: 300;
	margin: 10px 0 15px;
}
.profile .profile-header h1 a {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	background-color: #288feb;
	color: #FFF;
	vertical-align: middle;
	margin-left: 20px;
}
.profile .profile-header h1 a:hover {
	background-color: #2084db;
}
.profile .profile-header h5 {
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.profile .profile-header small {
	color: #999;
	font-size: 11px;
}
.profile .box-seperater {
	padding: 8px 0
}
.inline-list, .tags {
	display: block;
	margin: 0;
	padding: 0px;
	list-style: none;
}
.inline-list li i {
	font-size: 18px;
	vertical-align: middle;
}
.inline-list li a {
	color: #999;
}
.profile .profile-header small, .inline-list li a:hover, .inline-list li i {
	color: #01b5a6;
}
.inline-list li span {
	font-size: 12px
}
.tags li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px
}
.tags li a {
	display: block;
	font-size: 12px;
	color: rgba(0,0,0,0.6);
}
.tags li a:hover {
	color: rgba(0,0,0,0.3);
}
.search-header {
	padding: 40px 0;
	background-color: #008bd1;
	color: #FFF;
}
.search-header .form-control {
	border: none;
}
.search-header label {
	display: inline-block;
	position: relative;
	margin: 0;
	color: #FFF;
	font-size: 24px;
	cursor: pointer;
}
.search-header label:before {
	display: block;
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	border: 4px solid rgb(0, 180, 166);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	left: -40px;
	top: 4px;
}
.search-header label:after {
	display: none;
	position: absolute;
	content: '';
	width: 15px;
	height: 25px;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	left: -32px;
	top: -3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.radio-filter input[type=radio] {
	display: none;
}
.radio-filter input[type=radio]:checked + label:after {
	display: block;
}
.product-img {
    height: 200px;
    text-align: center;
    vertical-align: middle;
}
.product-img>div {
    height: 250px;
    width: 100%;
}
.product-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.company-details img {
    max-height: 35px;
    width: 80%;
}
.company-details .category {
text-align: center;
   overflow: hidden;
    width: 100px;
    border-radius: 5px;
    padding: 10px; 
    background: #b3d5e6;
    font-weight: 600;
    float: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-listing .product-name h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 35px;
    display: block;
    margin: 0;
    font-size: 16px;
    color: #8b8b8b;
    /* text-align: center; */
    font-weight: 300;
    word-wrap: break-word;
}
.company-listing .product-item > div >div {
     display: block; 
    vertical-align: middle;
    padding: 10px 10px;
	    line-break: anywhere;
}
.company-listing, .event-listing, .page-wrapper {
	padding: 30px 15px;
	background-color: #f0f5fa;
	min-height: 450px;
}
.company-listing .company-item, .event-listing .event-item , .product-item{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.08);
	margin-bottom: 30px;
	display: table;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}
.company-listing .company-item > div , .company-listing .product-item > div {
	display: table-row;
	width: 100%;
	white-space: normal;
	word-wrap: break-word;
}
.company-listing .company-item > div >div {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 30px;
}
.company-listing .company-item:hover, .event-listing .event-item:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
}
.company-listing .company-logo {
	height: 200px;
	text-align: center;
	vertical-align: middle;
}
.company-listing .company-logo img {
	max-width: 100%;
	max-height: 170px;
	vertical-align: middle;
}
.company-listing .company-name {
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
}
.company-listing .company-name div {
	height: 90px;
}
.company-listing .company-name h1 {
	display: block;
	margin: 0;
	font-size: 16px;
	color: #8b8b8b;
	text-align: center;
	font-weight: 300;
	word-wrap: break-word;
}
.company-listing .company-links {
	display: table;
	width: 100%;
}
.company-listing .company-links .inner-table {
	display: table !important;
	width: 100%;
	padding: 0;
}
.company-listing .company-links a {
	width: 50%;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
	display: table-cell;
}
.company-listing .company-links a.web {
	background-color: #008bd1;
}
.company-listing .company-links a.view {
	background-color: #01b5a6;
}
.company-details {
	padding: 50px 15px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.profile-header {
	position: relative;
}
.profile-header .logo {
	vertical-align: middle;
	text-align: center;
	background-color: rgba(0,0,0,0.03);
	height: 250px;
	display: table-cell;
	width: 100%;
}
.profile-header .logo img {
	width: 100%;
}
.company-details .details-left-padding {
	padding-left: 30px;
}
.company-details h1 {
	font-size: 22px;
}
.event-listing .event-item {
	display: block;
}
.event-listing .event-item img {
	width: 100%;
}
.event-listing .event-item h1 {
	display: block;
	font-size: 18px;
	margin: 10px 0 0;
}
.event-image {
	position: relative;
}
.event-name, .event-description, .event-date, .event-view {
	padding: 8px 13px;
}
.event-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 99%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 99%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 99%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#60000000', GradientType=0 );
	padding: 60px 10px 10px;
	color:#FFF;
}
.event-relative {
	position:relative;
	background:none;
	padding:10px;
	min-height:70px;
	}
.event-relative h1{
	color:#000;
	}
.event-date span {
	color: #23C76D;
	font-weight: bold;
}
.event-description {
	font-size: 13px;
	height: 72px;
}
.event-listing .event-item .btn-table {display:table;width:100%;}
.event-listing .event-item .btn-table a {
	display: table-cell;
	margin: 0;
	width:50%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	padding: 15px 0px;
}
.event-listing .event-item .btn-table .view-btn {background-color: #008bd1;}
.event-listing .event-item .btn-table .link-btn {background-color: #01b5a6;}

.activity-details {display:block;position:relative}
.activity-details span {position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.1);opacity:0;font-size:18px;}
.activity-details:hover span {background-color:rgba(0,0,0,0.6);color:rgba(255,255,255,0.5);opacity:1;display:block;}
.activity-details:hover span i {position:absolute;top:49%;left:49%; color:#FFF;}

.gride-logo-unit {
	background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
	}

.contact-bg {
	background: #f0f5fa url(../images/contact-bg.svg) no-repeat right center;
	background-size: auto 100%;
}
.contact-widget {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	margin-bottom: 30px;
}
.contact-widget:last-child {
	margin-bottom: 0;
}
.contact-widget .padder, .page-widget .padder {
	padding: 30px;
}
.contact-widget .padder h3 {
	font-size: 18px;
}
.page-wrapper h1 {
	font-size: 20px;
}
.page-wrapper .title-green {
	color: #01b5a6;
}
.page-widget {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	margin-bottom: 30px;
}
.page-wrapper h1.title {
	margin-bottom: 5px;
}
.chairman-msg p{
	text-align: justify;
}
.chairman-msg h1, .exec-com h1, .lt h1 {
	font-size: 25px;
	color: #008bd1;
}
.chairman-msg blockquote {
	font-size: 14px;
	color: #222;
	margin: 20px 0;
	line-height: 22px;
	position: relative;
}
.blog small {
	color: #008bd1
}
.exec-com, .lt {
	text-align: center;
}
.exec-com .col-my-5 {
	margin-top: 40px;
	line-height: 16px;
}
.exec-com img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	max-width: 100%;
	box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-moz-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
}
.exec-com .col-my-5:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
  border: 6px inset #008bd1;
}
.exec-com .content {
    	min-height: 80px;
	margin-top: 8rem;
}
.exec-com h4 {
	color: #01b5a6;
	margin-bottom: 0;
}
.lt .col-md-2 .dp {
	margin-top: 40px;
    	position: relative;
   	 overflow: hidden;
          margin-bottom: 3rem;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 26%) 0px 10px 15px -2px, rgb(0 0 0 / 21%) 0px 4px 6px -2px;
}

.lt .col-md-2 .profile-wrap {
    min-height: 100px;
    margin-top: 2rem;
}

.lt .col-md-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lt .col-md-2 .dp:after {
	position: absolute;
	width: 105%;
	height: 100px;
	bottom: -50px;
	left: 0;
	border-top: 2px solid #288feb;
	background-color: #f0f5fa;
	transform: rotate(-10deg);
}
.lt h3, .lt h4, .title {
	font-size: 18px;
	text-transform: uppercase;
	color: #01b5a6;
	margin: 0;
	margin-bottom: 5px;
	position: relative;
}
.lt h4 {
	font-size: 16px;
	color: #008bd1;
}
.lt small {
	display: block;
}
.lt .view-btn {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #008bd1;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #01b5a6;
	text-transform: uppercase;
	margin-top: 15px;
}
.lt .view-btn:hover {
	color: #fff;
	background-color: #008bd1;
}
.job h3 {
	margin: 0;
	padding: 20px 15px 5px;
	font-size: 20px;
	font-weight: 300;
}
.job .widget, .user-dashboard .widget {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-moz-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
}
.job .widget .padder {
	padding: 10px 15px;
}
.job .widget .form-control {
	border-color: rgba(0,0,0,0.1);
}
.job-list {
	box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-moz-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	background-color: #fff;
	display: table;
	width: 100%;
	overflow: hidden;
}
.job-list .throw, .job-list .trow {
	display: table-row;
}
.job-list .throw .td {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-weight: bold;
	background-color: rgb(0, 180, 166);
	padding: 15px;
	color: rgba(255,255,255,0.95);
}
.job-list .td {
	display: table-cell;
	padding: 7px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	vertical-align: middle;
}
.job-list .td:first-child {
	vertical-align: middle;
}
.job-list .trow:hover .td {
	background-color: rgba(0,0,0,0.02);
}
.job-list .trow:last-child .td {
	border: none;
}
.job-list .trow .td:last-child, .job-list .throw .td:last-child {
	width: 150px;
	/*text-align: center;*/
}
.job-list .td h4 {
	margin: 5px 0;
	font-size: 15px;
}
.job-list .td:first-child small {
	color: rgba(0,0,0,0.5);
}
.job-list .td .label {
	font-size: inherit;
	background-color: #F75263;
}
.job-list .td .view-btn {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid rgba(0,0,0,0.04);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #288feb;
}
.job-list .td .view-btn:hover {
	border: 1px solid #00B4A6;
	color: #fff;
	background-color: #288feb;
}
.download-list .trow .td:last-child, .download-list .throw .td:last-child {
	width: 220px;
}
.about-list {
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
}
.about-list li {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 10px 5px;
	background-color: #008bd1;
	color: #FFF;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-moz-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
}
.about-list li:before {
	position: absolute;
	content: '';
	left: -20px;
	top: -10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #FFF url(../images/arrow.svg) no-repeat center;
	background-size: 50%;
	box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
	-moz-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
}
.about-list li:hover:before {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
 .drop-card .card {
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.08);
   background: #fff;
   position: relative;
   }
.drop-card .card .card-header{
   background-color: #01b5a6;
  
   }	
   .drop-card .card:hover .card-header{
   background-color: #008bd1;
  
   }
     .drop-card .card .card-header a{
     	color:#fff;
     	text-decoration: none;
     }
   .drop-card .card: a.btn.btn-link {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}
      .drop-card .card:hover a.btn.btn-link:after{
      	color: #fff;
      	content:"\f146";
      }
   .drop-card  .card a.btn.btn-link:after {
   position: absolute;
   font-family: 'FontAwesome';
   content: "\f0fe";
   right: 20px;
   font-size: 20px;
   }
   .drop-card  .card .card-body {
   padding: 20px;
   }
   .drop-card .item-content{
   	text-align: center
   }
   .drop-card .item-content h3 {
    font-weight: 600;
    font-size: 16px;
}
.drop-card .single-team .item-image {
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    height: 250px;
}
.drop-card .single-team .item-image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 250px;
    height: auto;
    width: 100%;
}
.drop-card .single-team:hover .drop-card .single-team .item-image:after{
	opacity: 1;
}
 .drop-card .single-team .item-image:after {
    background: rgba(3, 23, 34, 0.8);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.gallery .col-md-3, .gallery-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
}
.gallery .col-md-3 a, .gallery-thumb a {
	display: block;
}
.gallery .col-md-3 img , .gallery-thumb img  {
	width: 100%;
	position: relative;
}
.gallery .col-md-3 .fa {
	position: absolute;
	top: 10px;
	right: 25px;
	color: rgba(255,255,255,0.8);
	font-size: 16px;
}
.gallery .col-md-3 h1 {
	display: block;
	position: absolute;
	padding: 60px 10px 10px;
	margin: 0;
	left: 15px;
	bottom: 0px;
	right: 15px;
	color: #FFF;
	font-size: 16px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000', GradientType=0 ); /* IE6-9 */
}
.gallery .col-md-3 a:hover h1, .blog-list .col-md-4:hover .blog-title {
	padding-bottom: 20px;
}
.blog-list {
	position: relative;
}
.blog-list .col-md-4 img {
	width: 100%;
	height: auto;
	position: relative;
}
.blog-content {
	position: relative;
	display: block;
	background-color: #FFF;
	margin-bottom: 30px;
}
.blog-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px 10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#60000000', GradientType=0 ); /* IE6-9 */
}
.blog-title h1 {
	display: block;
	margin: 0;
	font-size: 16px;
}
.blog-title span, .blog-title h1 a, .blog-title small {
	color: #FFF;
}
.blog-title small {
	display: block;
	margin: 8px 0;
	color: rgba(255,255,255,0.8);
}
.user-dash-menu {
	margin: 0px -15px;
	padding: 0px;
	list-style: none;
	display: block;
}
.user-dash-menu li {
	padding: 15px;
}
.user-dash-menu li a {
	display: block;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	overflow: hidden;
	padding: 20px 15px;
	text-align: center;
}
.user-dash-menu li a:hover {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	box-shadow: 0 1px 1px rgba(136,153,166,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.3);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.3);
}
.user-dash-menu li a i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #00b4a6;
}
.user-dash-menu li a span {
	display: block;
	color: #333;
	font-size: 18px;
}
.user-dash-menu li a small {
	display: block;
	color: rgba(0,0,0,0.5);
	line-height: 15px;
	margin-top: 5px;
	min-height: 30px;
}
.delegation-list {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}
.delegation-list li {
	margin-bottom: 40px;
}
.delegation-list li .col-md-2 {
	text-align: center;
	margin-bottom:30px;
}
.delegation-list li .col-md-2 span {
	display: block;
	padding: 10px 0px;
	color: #FFF;
	background-color: #01b5a6;
}
.delegation-list li .col-md-2 img {
	width: 100%;
}
.resource-requirement {
}
.resource-requirement .col-md-4 .widget {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 1px 1px rgba(136,153,166,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.3);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.3);
	margin-bottom: 30px;
}
.resource-requirement .col-md-4 .widget .padder {
	padding: 20px;
	min-height: 255px;
}
.resource-requirement .col-md-4 .widget h1 {
	font-size: 20px;
	margin-top: 0;
	color: #FFF;
	font-weight: 300;
}
.resource-requirement .col-md-4 .widget h1 a {
	color: #333333;
}
.resource-requirement .col-md-4 .widget small {
	color: rgba(0,0,0,0.3);
	margin-bottom: 15px;
}
.resource-requirement .col-md-4 .widget p {
	font-size: 13px;
	color: rgba(0,0,0,0.8);
}
.link-block {
	display: table;
	width: 100%;
}
.link-block a {
	width: 50%;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
	display: table-cell;
	text-transform: uppercase;
}
.link-block a.view-btn {
	background-color: #01b5a6;
	color: #fff;
}
.link-block a.apply-btn {
	background-color: #008bd1;
}
.user-dashboard {
	background-color: #f0f5fa;
	padding: 30px 0;
}
.user-dashboard .user-menu {
	background-color: #008bd0;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	margin: 0;
	padding: 0 5px;
	list-style: none;
}
.user-dashboard .user-menu li {
	display: inline-block;
}
.user-dashboard .user-menu a {
	padding: 8px 15px;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	display: block;
	position: relative;
}
.user-dashboard .user-menu li.active a:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #008bd0;
}
.user-dashboard .user-menu li a:hover, .user-dashboard .user-menu li.active a {
	color: rgba(255,255,255,1);
}
.user-dashboard .user-menu a i {
	width: 18px;
	text-align: center;
	margin-right: 5px;
	font-size: 16px;
}
.user-dashboard .user-menu a span {
	display: inline-block;
	padding: 3px 6px;
	position: relative;
	background-color: #F00;
	color: #FFF;
	font-size: 12px;
	margin-left: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.user-dashboard .user-menu a span:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #F00;
	left: -10px;
	top: 50%;
	margin-top: -5px;
}
.user-dashboard-content {
	padding: 15px 0;
}
.dash-counts {
	text-align: center;
	font-weight: 300;
	margin-bottom: 15px;
}
.dash-counts .padder {
	padding: 10px;
}
.dash-counts .dash-count-item:hover {
	cursor: pointer;
	background-color: #FBFBFB;
}
.dash-counts .title {
	font-size: 12px;
	color: #999;
	display: block;
}
.dash-counts .count {
	font-size: 30px;
	font-weight: 600;
	color: #222;
	display: block;
	margin-bottom: 10px;
}
.dash-counts .icon {
	display: block;
	position: relative;
	height: 0;
}
.dash-counts .icon:after {
	display: block;
	position: absolute;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #FFF;
	content: '';
	top: -20px;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	line-height: 40px;
	font: normal normal normal 16px/1 FontAwesome;
	padding-top: 10px
}
.dash-counts .total-count {
	padding: 15px 10px 10px;
	background-color: #f0f0f0;
	color: #888;
}
.dash-counts .icon.resource-count:after {
	content: '\f234';
	background-color: #F85E53;
}
.dash-counts .icon.augmentation-count:after {
	content: '\f0c0';
	background-color: #6C92FB;
}
.dash-counts .icon.road-count:after {
	content: '\f018';
	background-color: #9f5f80;
}

.dash-counts .icon.job-count:after {
	content: '\f0b1';
	background-color: #828585;
}
.dash-counts .icon.business-count:after {
	content: '\f2b5';
	background-color: #921b7f;
}
.dash-counts .dash-count-item:hover .icon:after {
	transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
}
.user-dashboard-content .tab-pane {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px;
}
.user-dashboard-content .nav-tabs>li>a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.panel-collapse .form-control {border-color:#e2e2e2;}
.panel-collapse label {font-weight:400;}
.panel-collapse .ms-options-wrap {position:relative;}
.panel-collapse .ms-options-wrap button.form-control {
	font-size: 12px;
    padding: 5px 12px;
	min-height:46px;
	}
.panel-collapse .ms-options-wrap .ms-options {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background-color:#FFF;
	border:1px solid #ccc;
	box-shadow:0 2px 10px;
	-webkit-box-shadow:0 2px 10px;
	z-index:999;
	}
.panel-collapse .ms-options-wrap .ms-options label {
	cursor:pointer;
	padding-top:3px;
	padding-bottom:3px;
	}

@media (min-width: 991px) {
.container>.navbar-collapse {
	float: right;
}
}

@media (max-width: 991px) {
.navbar-header {
	float: none;
    
    .navbar-default .sub-nav {
	display: table;
	width: 100%;
	margin: 7.5px 0;
    }
    .navbar-default .sub-nav li {
	    display: table-cell;
	    width: 50%;
    }
    .navbar-default .sub-nav li a {
	    background-color: #008bd1;
	    color: #FFF;
	    text-align: center;
	    margin: 1px;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
    }
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-text {
	float: none;
	margin: 15px 0;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.news-updates .news-thumb a, .news-updates .news-thumb h2 {
	font-size: 25px;
}
.news-updates .news-thumb h1 {
	font-size: 28px;
	margin-top: 0;
}
.news-updates .news-thumb, .news-updates .news-thumb:first-child {width:33.333%;}
}
@media (min-width: 768px) {
.hide-on-pc {
	display: none;
}
.navbar {
	border-radius: 0;
}
.navbar-brand {
	height: 70px;
	width: 160px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.container>.navbar-collapse {
	margin-right: -15px;
}
.navbar-nav {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mini-header .navbar-brand {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	width: 165px;
	background-size: auto 100%;
}
.mini-header .navbar-nav {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-default .main-nav>li>a {
	font-weight: 600;
	padding: 15px 6px;
}
.navbar-default .main-nav>li>a:hover:after {
	background-color: #008bd1;
}
.navbar-default .main-nav>.active>a:after, .navbar-default .main-nav>.active>a:focus:after, .navbar-default .main-nav>.active>a:hover:after, .navbar-default .main-nav>li>a:hover:after, .navbar-default .navbar-nav>.open>a:after {
	left: 0;
	width: 100%;
}
.navbar-default .sub-nav {
	/*margin-left: 40px;*/
}
.navbar-default .sub-nav a {
	padding: 15px 8px;
}
.navbar-default .sub-nav li:first-child a:after {
	position: absolute;
	right: 0;
	height: 20px;
	width: 1px;
	background-color: rgba(0,0,0,0.05);
	content: '';
}
.sub-nav .dropdown-menu>li>a, .dropdown-menu>li>a ,footer .dropdown-menu a {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 15px;
	color: #FFF;
}
.dropdown-menu>li>a:hover {
	background-color: #FFF;
	color: #222;
}
.navbar-nav>li>.dropdown-menu ,footer .dropdown-menu {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	background-color: #01b5a6;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
}
.navbar-nav>li.open>a.dropdown-toggle:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #01b5a6;
	bottom: -5px;
	left: 44%;
	transform: rotate(45deg);
}
.top-social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}
.top-social-icons li {
	display: table-cell;
}
.home-banner .container, .supporting-it .row {
	display: table;
}
.home-banner .container > div, .supporting-it .row > div {
	display: table-cell;
	float: none !important;
	vertical-align: middle;
	height: 450px;
}
.services h4 {
	/*margin: 25px 0;*/
	margin: 28px 0px 10px 0px
}
.news-updates .news-thumb a, .news-updates .news-thumb h2 {
	font-size: 28px;
	font-weight: 300;
}
.news-updates .news-thumb h1 {
	font-size: 32px;
}
.author{
    font-weight: 600;
   /* float: right;*/
  color: #6B7276;
  /*font-size: small;*/
  }

footer .links h3 {
	margin-bottom: 25px;
	margin-top:0;
}
.login-container {
	padding: 50px 0;
}
.login-box, .register-box, .edit-box {
	float: none;
	margin: auto;
}
.login-box {
	min-height: 300px;
}
.inline-list li {
	display: inline-block;
	padding: 10px 15px;
}
.inline-list li:first-child {
	padding-left: 0;
}
.profile .profile-header .dp {
	height: 270px;
	width: 270px;
}
.chairman-msg {
	/*background: url(../images/chairman-message.jpg) no-repeat right center;
	background-size: cover;*/
}
.chairman-msg .col-md-6, .chairman-msg .col-md-6 * {
	position: relative;
}
.chairman-msg .col-md-6:first-child {
	padding: 150px 0;
}
.chairman-msg .col-md-6:first-child:before {
	position: absolute;
	height: 100%;
	width: 150%;
	top: 0px;
	left: -40%;
	content: '';
	background-color: rgba(255,255,255,0.8);
	z-index: 0;
	transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
}
.blog-full {
	max-width: 900px;
}
.contact-widget .padder h3 {
	margin-top: 60px;
}
.col-my-5 {
	width: 20%;
	float: left;
}
.edit-box .dp {
	position: relative;
}
.edit-box .dp img {
	width: 100%;
}
.ajax-file-upload {
	display: block !important;
	text-align: center;
	margin: 0 0 15px !important;
}
.gallery .col-md-3 img {
	max-height: 255px;
}
.user-dash-menu li {
	width: 25%;
	float: left;
}
.dash-counts {
	display: table;
	width: 100%;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.dash-counts .dash-count-item {
	display: table-cell;
	width: 25%;
	border-right: 1px solid #f6f8fa;
	background-color: #fff;
}
.dash-counts .dash-count-item:last-child {
	border-right: none;
}
.push-right {float:right;}
}

@media (max-width: 768px) {
	.job-list {
    box-shadow: 0 1px 3px rgba(136,153,166,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
    -moz-box-shadow: 0 1px 3px rgba(136,153,166,0.3);
    background-color: #fff;
    display: block;
    width: auto;
    overflow-x: auto;
}
.form-group {
    overflow-x: auto;
}
.hide-on-mobile {
	display: none;
}
.navbar-nav.social-icons {
	margin: 7.5px 0;
}
.navbar-brand {
	background-size: cover;
	width: 110px;
	height: 50px;
	margin: 10px;
}
.navbar-default .social-icons {
	display: table;
	width: 100%;
}
.navbar-default .social-icons li {
	display: table-cell;
	width: 33.333%;
}
.navbar-default .social-icons li a {
	display: block;
	text-align: center;
}
.navbar-toggle {
	margin-top: 17px;
	margin-bottom: 8px;
	border: 0;
	width: 42px;
	height: 35px;
	position: relative;
}
.navbar-toggle .icon-bar {
	position: absolute;
	left: 50%;
	margin-left: -11px
}
.navbar-toggle .icon-bar {
	background-color: #1f77be;
	height: 3px;
}
.navbar-toggle .icon-bar:nth-child(2) {
	transform: rotate(45deg);
	top: 16px
}
.navbar-toggle .icon-bar:nth-child(3) {
	opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
	transform: rotate(-45deg);
	bottom: 16px
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	transform: rotate(0deg);
	top: 9px
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity: 1;
	top: 12px
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
	transform: rotate(0deg);
	bottom: 9px
}
.navbar-default .sub-nav {
	display: table;
	width: 100%;
	margin: 7.5px 0;
}
.navbar-default .sub-nav li {
	display: table-cell;
	width: 50%;
}
.navbar-default .sub-nav li a {
	background-color: #008bd1;
	color: #FFF;
	text-align: center;
	margin: 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.carousel {
	padding-bottom: 25px;
}
.home-banner h1:after {
	top: -10px;
	right: -10px;
}
.supporting-it {
	text-align: center;
}
.services h4 {
	/*margin: 15px 0;*/
	margin: 28px 0px 10px 0px;
}
.delegation-list li .col-md-2 {
	margin-bottom:15px;
}
.news-row {
	margin-top: 20px;
}
.news-updates .news-thumb a, .news-updates .news-thumb h2 {
	font-size: 25px;
}
.news-updates .news-thumb h1 {
	font-size: 28px;
	margin-top: 0;
}
.company-listing, .event-listing, .page-wrapper {
	padding: 20px 15px;
}
footer .links h3 {
	margin-bottom: 10px;
	margin-top: 25px;
}
footer .copyright {
	background-color: #f0f5fa
}
footer .copyright .col-xs-12 {
	text-align: center;
	padding: 15px;
}
.login-container {
	padding: 30px 0;
	min-height: 500px;
}
.login-box, .register-box {
	position: relative;
	width: 100%;
}
.inline-list li {
	display: block;
	padding: 10px 15px;
}
.chairman-msg .col-md-6:first-child {
	padding: 30px 15px;
}
.search-header .form-control {
	margin-bottom: 15px;
}
.user-dash-menu li {
	width: 50%;
	float: left;
}
.user-dash-menu li a {
	height: 150px;
}
.user-dash-menu li a small {
	display: none;
}
.user-dash-menu li a span {
	font-size: 14px;
}
.dash-counts.widget {
	display: block;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.dash-counts .dash-count-item {
	background-color: #fff;
	margin-bottom: 15px;
	box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
	-moz-box-shadow: 0 1px 1px rgba(136,153,166,0.15);
}
.dash-counts .dash-count-item:last-child {
	margin-bottom: 0;
}
}
.field-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 2;
	margin-top: -7px;
	cursor: pointer;
}
 
::-ms-reveal {
 display: none;
}
.support_format {
	font-size: 12px;
	color: #008BD1;
} 
.awards-wrapper h2{
	margin-bottom:20px;
	}
.awards-wrapper textarea{
		width: 100%;
		height: 100%;
		box-sizing: border-box;
}	

@media (min-width: 768px){
.d-md-flex {
    display: flex!important;
}
}
.ex-view-btn {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #008bd1;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #01b5a6;
	text-transform: uppercase;
}
.exe-dp{
	width: 200px;
	height: 180px;
	border-radius: 50% !important;
	display: block;
	margin: 0 auto;

}
.exe-dp img{
	width: 100%;
	height: 24rem;
	object-fit: cover;
        box-shadow: rgb(0 0 0 / 26%) 0px 10px 15px -2px, rgb(0 0 0 / 21%) 0px 4px 6px -2px;

}
.exe-modal .modal-body p{
	font-size: 14px;
	line-height: 25px;
}
.exe-modal .modal-header h4{
	font-weight: 600;
}

.services .colmd4 {
	padding: 40px 15px;
}
.services .colmd4 .border-box {
	position: relative;
	padding: 50px 15px 10px;
	border: 1px solid rgba(255,255,255,0.8);
	cursor: pointer;
	color:#fff;
}
.services .colmd4 .border-box:hover {
	background-color: #008bd1;
	color: #FFF;
}
.services .colmd4 .border-box:hover * {
	color: #FFF;
}
.services .colmd4 .border-box .img {
	position: absolute;
	display: block;
	border: 1px solid #ccc;
	top: -66px;
	left: 50%;
	padding: 35px 0;
	margin-left: -66px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #fff;
	text-align: center;
	width: 130px;
	height:130px;
}
.services .colmd4 .border-box .img img {
	width: 70%;
}
.services .colmd4 .border-box:hover .img {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}