/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto:300italic,400italic,700italic,400,300,700&amp;subset=all");
*/

html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
}

body {
	margin: 0;
	min-width:360px;
	font-size:1rem;
	color:#333;
}

html, body {
    height: 100%;
}

img {
	max-width:100%;
}

.body-boxed {
	padding: 20px;
    overflow-x: hidden;
	background-size:cover;
	background-color:#d5e2e8;
}

.main {
    min-height: 100%;
    height: auto;
	background:#fff;
	position:relative;
}

.layout-standard {
    height: 100%;
}

.layout-boxed {
	max-width: 1170px;
    margin: 0px auto;
	border-radius:15px;
	overflow: hidden;
}

.layout-boxed .main {
	min-height: auto;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.layout-boxed #footer {
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

.fa-ul {
	margin-left: 2.0em;
}

h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5 {
	line-height:1.3;
	font-weight: inherit;
	margin-top:0px;
	margin-bottom: 1rem;
}

h1,.h1 {
	font-size:2.8rem;
	margin-bottom:1.1rem;
}

h2,.h2 {
	font-size:2.2rem;
	margin-bottom:1.1rem;
}

h3,.h3 {
	font-size:1.8rem;
	margin-bottom:1.1rem;
}

h4,.h4 {
	font-size:1.4rem;
	margin-bottom:0.7rem;
}

h5,.h5 {
	font-size:1.2rem;
	margin-bottom:1rem;
}

ul, ol, p {
	margin-bottom:1.1rem;
}

table:last-child, ul:last-child, ol:last-child, p:last-child {
	margin-bottom:0rem;
}

.form-control {
	-webkit-box-shadow:none; 
  box-shadow: none; 
}

input[type="checkbox"] {
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  /* Show the border to simulate the square */
  border: 1px solid #ccc;
  /* Hide the native checkbox */
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
	margin-top: 2.5px;
}

input[type="checkbox"]:before {
  /* Show some fake element to keep the space for empty "square" */
  content: "\f0c8";
  color: transparent;
}

input[type="checkbox"]:checked:before {
  /* Show actual checkmark */
  content: "\f00c";
  color: black;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 1px solid;
    outline-offset: -1px;
}

#footer {
	    background: #eee;
	border-top:1px solid #8bc34a;
	padding-top:2rem;
}

#footer a {
	color:inherit;
}

.footerCol, .footerNav {
	margin-bottom:1.1rem;
}

.footerBottom {
	padding-bottom:1.1rem;
	font-size:0.8rem;
}

.footerBottom.footerBottomBg {
	padding-top:1rem;
	margin-top: 1rem;
	background:#000000;
	color:#fff;
}

blockquote {
    padding: 20px 30px;
    margin: 0 0 1rem;
    font-size: 1rem;
    border-left: none;
    position: relative;
}


#ytModal .modal-dialog {
	width:95%;
	height:95%;
  margin: 2.5vh auto;
	max-width: none;
}


/*Sets the maximum height of the entire modal to 95% of the screen height*/
#ytModal .modal-content {
	height: 100%;
  max-height: 95vh;
  /*overflow: scroll;*/
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
#ytModal .modal-body {
	max-height: calc(95vh - 121px);
  /* overflow-y: auto; */
  height: 85%; 
}
	
/*Sets the maximum height of the modal image to 69% of the screen height*/
#ytContent {
  /*max-height: calc(95vh - 121px);;*/
    height: 100%;
    position: relative;
}

#ytContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ytModal .modal-title {
	display: inline-block;
}

/*blockquote:before {
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	font-size:14px;
	content:"\f10d";
	position:absolute;
	left:10px;
	top:23px;	
}

blockquote:after {	
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	font-size:14px;
	content:"\f10e";
	position:absolute;
	right:10px;
	bottom:23px;	
}*/
blockquote:before,
blockquote:after {
	color:#d4e2e8;
}


.btn:hover,
.btn:focus{
	opacity:0.9;
}

.thehole {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/*if logo is svg*/
.headLogo img {
	width:100%;
}

.contentMain {
	padding:40px 0px;
}

.layout-boxed .container {
	padding-left:35px; 
	padding-right:35px;
}

.text-center { text-align:center !important; }
.text-left { text-align:left !important; }
.text-right { text-align:right !important; }

.mt-none { margin-top:0; }
.mt-xs { margin-top:0.3rem; }
.mt-sm { margin-top:0.5rem; }
.mt-md { margin-top:1rem; }
.mt-lg { margin-top:1.5rem; }
.mt-xl { margin-top:2rem; }
.mt-xlg { margin-top:2.5rem; }

.mr-none { margin-right:0; }
.mr-xs { margin-right:0.3rem; }
.mr-sm { margin-right:0.5rem; }
.mr-md { margin-right:1rem; }
.mr-lg { margin-right:1.5rem; }
.mr-xl { margin-right:2rem; }
.mr-xlg { margin-right:2.5rem; }

.mb-none { margin-bottom:0; }
.mb-xs { margin-bottom:0.3rem; }
.mb-sm { margin-bottom:0.5rem; }
.mb-md { margin-bottom:1rem; }
.mb-lg { margin-bottom:1.5rem; }
.mb-xl { margin-bottom:2rem; }
.mb-xlg { margin-bottom:2.5rem; }

.ml-none { margin-left:0; }
.ml-xs { margin-left:0.3rem; }
.ml-sm { margin-left:0.5rem; }
.ml-md { margin-left:1rem; }
.ml-lg { margin-left:1.5rem; }
.ml-xl { margin-left:2rem; }
.ml-xlg { margin-left:2.5rem; }

.fa-ul li {
	padding-bottom:5px;
}

.fa-ul li:last-child {
	padding-bottom:0px;
}

hr {
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 2rem 0;
	background: #DBDBDB;
}

hr.no_line {
    background: none;
    color: transparent;
}

.ui-icon {
    text-indent:inherit;
	width: 20px;
}

.ui-accordion-header {outline: none;}

.ui-accordion .ui-accordion-header {
    padding: .7em .7em .7em .8em;
	margin: 7px 0 0 0;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
}

.ui-accordion-header-icon:before {
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
    font-size:14px;
    position: absolute;
    content: "\f067";
    left: 0px;
    top: 2px;
    height: 16px;
    width: 19px;
}

.ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
    content: "\f068";
}

.bgImg {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.bannerContBoxed {
	max-width: 1170px;
	margin:auto;
}

.bgTitle {
	position: relative;
    width: 100%;
    display: table;
    align-items: center;
    justify-content: center;
}

.bgTitleWrapper, .bgTitleWrapperWhite {
    background-size: cover !important;
    position: relative;
    background-position: center !important;
}

.bgTitleWrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

.bgTitleInner {
    display: table-cell;
    z-index: 4;
    position: relative;
    vertical-align: middle;
	
}

.bgTitleInner h1 {
	font-weight: 700;
	color:#fff;
	position: relative;
}

.bgTitleInner h1.text-left {
	max-width:50%;
}

.bgTitleInner h1.text-right {
	max-width:50%;
	margin-left: auto;
}


.serviceNavBlock {
	padding:20px; 
	border:1px solid #9e9e9e;
}
.contactBlock {
	padding:20px; 
	border:1px solid #ddd;
	/*margin-left: auto;
    margin-right: auto;*/
	max-width:300px
}

.sidebarNav li {
	border-bottom:1px solid #ddd;
}

.sidebarNav li:last-child {
	border-bottom:none;
}

.sidebarNav li a {
	padding: 10px 0px;
}

.sidebarNav li:last-child a {
	padding: 10px 0px 0px;
}

.sidebarNav li a:hover, {
	background-color:transparent;
	color:#333;
}
.sidebarNav li a.active {
	font-weight:bold;
}

ul.nav-list li a{
    padding: 10px 10px;
	    color: inherit;
}
ul.nav.nav-list li ul li a {
	position: relative;
    display: block;
}

ul.nav-list li ul li:last-child a {
    padding: 10px 10px 10px;
}

ul.nav-list li ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}

ul.nav-list li:last-child a {
    padding: 10px 10px 0px;
}

ul.nav-list li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin: 7px 0 0 -9px;
    position: absolute;
}

.nav.sidebarNav>li>a:focus, .nav.sidebarNav>li>a:hover,
.nav.nav-list>li>a:focus, .nav.nav-list>li>a:hover {
    text-decoration: none;
    background-color: transparent;
	color:#333;
}

/*--------------------*/

/*Title Start*/

.title {
	position:relative;
	margin-bottom:2.8rem;
}

/*Title End*/

/*--------------------*/


/*--------------------*/

/*Callouts Start*/

.homeWidgetImg {
	height:130px;
	width:100%;
	background-color:#333;
	background-size:cover;
	background-position:center center;
	border-bottom-right-radius:30px;
	margin-bottom:1rem;
}

.homeWidget {
	max-width:360px;
}

.homeCalloutV2 .row > div {
	display:table-cell;
	float:none;
}

.servCallout .row  {
	margin:0px;
}

.servCallout .row > div {
	display:table-cell;
	float:none;
	padding:20px 20px;
	background-size:cover;
	background-position:center;
}

.text-danger {
    color: #d2322d !important;
}

.text-success {
    color: #47a447 !important;
}

.text-warning {
    color: #ed9c28 !important;
}

/*Callouts End*/

/*--------------------*/


.hover-box-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
	border: 1px solid #ccc;
}

.hover-box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover .hover-box {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shareLinks .fa-facebook,
.shareLinks .fa-facebook-square {
	color:#3b5998;
}

.shareLinks .fa-linkedin,
.shareLinks .fa-linkedin-square {
	color:#0e76a8;
}

.shareLinks .fa-twitter,
.shareLinks .fa-twitter-square {
	color:#00acee;
}

.searchFilters {
    text-align: right;
}

html .searchFilterBtn {
    font-size: 13px !important;
    border: none !important;
    /* width: 100%; */
    color: #888 !important;
    padding: 5px !important;
    background: none !important;
    font-weight: normal;
    /* opacity: 0.4; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px !important;
}

.searchFilterBtn:hover, .searchFilterBtn.active {
    color: #000100 !important;
}

.google-map {
    background: #E5E3DF;
    height: 400px;
    margin: 0;
    width: 100%;
}

.galItem {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 360px;
	margin: 0 auto;
}

.galItem .galBoxFrame {
    background-size: cover;
    background-position: center center;
    border: 1px solid #CCC;
    height: 180px;
    position: relative;
    overflow: hidden;
	margin-bottom:30px;
}

.bg-images {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: left;
}

.galItem:hover .bg-images {
    height: 57px;
    width: 57px;
    margin-left: -28.5px;
    margin-top: -28.5px;
}

/*--------------------*/

/*Recent News Start*/

.recentNews h4 a {
	color:inherit;
	text-decoration: none !important;
}

.recentNews a:hover {
	text-decoration:none;
}

.recentNews .date {
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
    text-align: center;
}

.recentNews .date .day {
    background: #afafaf;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    padding: 8px;
}

.recentNews .date .month {
    background: #CCC;
    border-radius: 0;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}
/*Recent News End*/

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #1d2e5c;
  color: #fff;
}

.select2-container--bootstrap .select2-selection {
	border: 1px solid #ccc;
}

.select2-container--bootstrap .select2-selection--single {
    height: 38px;
}
		

/*--------------------*/

/*WYSIWYG Formats Start*/

.imageLeft {
	margin-right: 1rem !important;
	margin-bottom:1rem !important;
	float:left;
}

.imageRight {
	margin-left: 1rem !important;
	margin-bottom:1rem !important;
	float:right;
}

.imageWidthHalf  {
	max-width:50%;
}

.imageWidthQuarter  {
	max-width:25%;
}

.table-custom>tbody>tr>td, .table-custom>tbody>tr>th, .table-custom>tfoot>tr>td, .table-custom>tfoot>tr>th, .table-custom>thead>tr>td, .table-custom>thead>tr>th {
    padding: 12px;
}

tr.rowGrey,
tr.rowGrey td {
	background-color:#f1f1f1 !important;
}

tr.rowGreen,
tr.rowGreen td {
	background-color:#47a447 !important;
	color:#fff !important;
}

tr.rowYellow,
tr.rowYellow td {
	background-color:#FDB918 !important;
	color:#fff !important;
}
tr.rowRed,
tr.rowRed td {
	background-color:#f00 !important;
	color:#fff !important;
}

table td.cellGrey {
	background-color:#f1f1f1 !important;
}

table td.cellGreen {
	background-color:#47a447 !important;
	color:#fff !important;
}
table td.cellYellow {
	background-color:#FDB918 !important;
	color:#fff !important;
}

table td.cellRed {
	background-color:#f00 !important;
	color:#fff !important;
}

li.listChkMarks,
li.listCross {
	position:relative;
	list-style-type: none;
}
li.listChkMarks:before { 
	content:"\2713\0020"; 
	position:absolute;
	left:-17px;
}
li.listCross:before { 
	content:"\2717"; 
	position:absolute;
	left:-17px;
}
/*WYSIWYG Formats End*/

/*--------------------*/

/*Demo Buttons Formats Start*/

.demoBtnWrapper {
	position: fixed;
    top: 5%;
    left: 0px;
    z-index: 99999999999;
    padding: 10px;
    background: #333;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.demoBtn {
	width:36px;
	display:block;
	clear:both;
}


/*Demo Buttons Formats End*/

/*--------------------*/

/*Main Slider Start*/
.mainSliderCont {
	padding:0px !important;
}
#revolutionSlider .sliderOver {
	z-index:200;
}
#revolutionSlider .btn {
	padding: 0.7em 2em;
  font-size: 0.8em;
	/*color: inherit;*/
}
#revolutionSlider .sliderCaption {
	z-index:400;
	/*border-radius: 15px;*/
}
#revolutionSlider .sliderCaption *:last-child {
	margin-bottom:0px;
}

#revolutionSlider .sliderRound {
	border-radius: 30px;
}

#revolutionSlider .sliderCaptionRound {
	border-radius: 15px;
}

#revolutionSlider, #revolutionSlider p {
	color:#333;
	margin-bottom: 0.9em;
    line-height: 1.2;
}

#revolutionSlider p {
}

#revolutionSlider h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0px 0px 0.50em;
    line-height: 1.2;
    letter-spacing: normal;
    font-style: normal;
}

#revolutionSlider h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0px 0px 0.50em;
    line-height: 1.2;
    letter-spacing: normal;
    font-style: normal;
}

#revolutionSlider .headingSliderLight,
#revolutionSlider .subHeadingSliderLight {
    color: #fff !important;
}

#revolutionSlider .headingSliderDark,
#revolutionSlider .subHeadingSliderDark {
	color: #000 !important;
}

#revolutionSlider .headingSliderPrimary,
#revolutionSlider .subHeadingSliderPrimary {
    color: #232057 !important;
}
#revolutionSlider .sliderTextLight {
    color: #fff !important;
    font-size: 1em;
    font-weight: 400;
}
#revolutionSlider .sliderTextDark {
    color: #000 !important;
    font-size: 1em;
    font-weight: 400;
}

#revolutionSlider .sliderTextPrimary {
	font-size: 1em;
  font-weight: 400;
}

#revolutionSlider .sliderCaption *:last-child {
    margin-bottom: 0px;
}
.sliderCover {
	position:absolute;
	width:100%;
	height:100%;
	padding:100%
}


.sliderCover .slotholder:after {
	width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
	z-index:30;
  pointer-events: none;	
}

.darkCover .slotholder:after,
.lightCover .slotholder:after {
	width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	z-index:2;
    pointer-events: none;
	
}
.darkCover .slotholder:after {
	background: rgb(0, 0, 0);
}
.lightCover .slotholder:after {
	background: rgb(255, 255, 255);
}

.sliderCover10 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";/* IE 8 */
	filter: alpha(opacity=10);/* IE 5-7 */ 
	-moz-opacity: 0.1;/* Netscape */
	-khtml-opacity: 0.1; /* Safari 1.x */
	opacity: 0.1;/* Good browsers */
}

.sliderCover20 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";/* IE 8 */
	filter: alpha(opacity=20);/* IE 5-7 */ 
	-moz-opacity: 0.2;/* Netscape */
	-khtml-opacity: 0.2; /* Safari 1.x */
	opacity: 0.2;/* Good browsers */
}

.sliderCover30 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/* IE 8 */
	filter: alpha(opacity=30);/* IE 5-7 */ 
	-moz-opacity: 0.3;/* Netscape */
	-khtml-opacity: 0.3; /* Safari 1.x */
	opacity: 0.3;/* Good browsers */
}

.sliderCover40 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";/* IE 8 */
	filter: alpha(opacity=40);/* IE 5-7 */ 
	-moz-opacity: 0.4;/* Netscape */
	-khtml-opacity: 0.4; /* Safari 1.x */
	opacity: 0.4;/* Good browsers */
}

.sliderCover50 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 8 */
	filter: alpha(opacity=50);/* IE 5-7 */ 
	-moz-opacity: 0.5;/* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5;/* Good browsers */
}

.sliderCover60 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/* IE 8 */
	filter: alpha(opacity=60);/* IE 5-7 */ 
	-moz-opacity: 0.6;/* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6;/* Good browsers */
}

.sliderCover70 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */ 
	-moz-opacity: 0.7;/* Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7;/* Good browsers */
}

.sliderCover80 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/* IE 8 */
	filter: alpha(opacity=80);/* IE 5-7 */ 
	-moz-opacity: 0.8;/* Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8;/* Good browsers */
}

.sliderCover90 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 8 */
	filter: alpha(opacity=90);/* IE 5-7 */ 
	-moz-opacity: 0.9;/* Netscape */
	-khtml-opacity: 0.9; /* Safari 1.x */
	opacity: 0.9;/* Good browsers */
}

.hermes .tp-bullet {
    box-shadow: inset 0 0 0 2px #232057;
}

.tp-bullet.selected, .tp-bullet:hover {
    background: #232057;
}
.hermes .tp-bullet:after {
    background-color: #232057;
}

.hermes .tp-bullet {
    box-shadow: inset 0 0 0 2px #ddd;
	background:#ddd;
}
.hermes .tp-bullet:hover {
    box-shadow: inset 0 0 0 2px #232057;
    background-color: #232057;
}
.hermes .tp-bullet:after {
    background-color: #232057;
}

/*Main Slider End*/

/*--------------------*/

/*News Listing Start*/

.newsListTitle a,
.newsListTitle a:hover {
	text-decoration:none !important;
}

.mediaMeta {
	font-size:0.8rem;
	color:#777777;
	margin-top: -0.6rem;
}

/*News Listing End*/

/*--------------------*/

/*Header/Footers Start*/

#headMain {
	/*border-bottom:#333 5px solid;*/
}

#headMain.bgMain,
#footer.bgMain {
    background-color: #1d2e5c;
	color:#fff;
}

#footer.bgMain {
  border-top: none;
	background-color: #1d2e5c;   
	z-index: 4;
  position: relative;
}

.input-group-btn>.btn {
    padding: 6px 12px;
}


#footer .fa-home {
    font-size: 1.2rem;
}


.headerContactBar {
	padding:20px 0px;
	background:#eee;
	text-align: right;
}
.headerContact {
	color: #6b6b6b;
}
.headerContact .fa {
    margin-right: 2px;
}
.headerContact a,
.headerContact a:hover {
	color:inherit;
	text-decoration:none;
}
.headerContact ul {
	margin-left:-6px;;
}
.headerContact li {
	position:relative;
	display:inline-block;
	    padding-right: 6px;
    padding-left: 6px;
}
.headerContact li:after {
	content:'';
	position: absolute;
    top: 0px;
    right: -2px;
    width: 2px;
    height: 1.4em;
	background-color: #333;
}

.headerContact li:last-child:after {
	display:none;
}
/*Header/Footers End*/

/*--------------------*/

/*Genral Custom Start*/
.btn {
    padding: 10px 19px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 6px 12px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 4px 9px;
}

.footerSocial a {
	font-size:2.4rem;	
}

.shareLinks a {
	font-size:1.3rem;	
}

.footerSocial,
.shareLinks {
    padding-left: 0;
    margin-left: -3px;
}

.footerSocial>li,
.shareLinks>li {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}

.footerSocial.footerSocialRound .fa {
    background: #03a9f4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 0px;
	color:#fff;
    font-size: 30px;
}

.triangleBreakTopLeft {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px  0 0 100vw;
    border-color: transparent transparent transparent #1f1f1f;
	z-index:999;
	background: #fff;
}

.triangleBreakTopLeftSecondary {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px  0 0 100vw;
    border-color: transparent transparent transparent #cce5cf;
	z-index:999;
	background: #fff;
}

.triangleBreakTopRight {
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0 0 30px 100vw;
    border-color: transparent transparent #1f1f1f transparent;
	z-index:999;
	background: #fff;
}

.triangleBreakTopRightSecondary {
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0 0 30px 100vw;
    border-color: transparent transparent #cce5cf transparent;
	z-index:999;
	background: #fff;
}

.triangleBreakBottomLeft {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 100vw 0 0;
    border-color: #1f1f1f transparent transparent transparent;
	z-index:999;
	background: #fff;
}
.triangleBreakBottomLeftSecondary {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 100vw 0 0;
    border-color: #cce5cf transparent transparent transparent;
	z-index:999;
	background: #fff;
}

.triangleBreakBottomRight {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0  100vw 30px 0;
    border-color: transparent #1f1f1f transparent transparent;
	z-index:999;
	background: #fff;
}

.triangleBreakBottomRightSecondary {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0  100vw 30px 0;
    border-color: transparent #cce5cf transparent transparent;
	z-index:999;
	background: #fff;
}

.nav-pills>li>a, .dropdown-menu {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.media3 .media-left, .media.media3>.pull-left {
    padding-right: 1rem;
    width: 30%;
}

#headMain .nav-pills>li.active>a, 
#headMain .nav-pills>li.active>a:focus, 
#headMain .nav-pills>li.active>a:hover, 
#headMain .nav>li>a:focus, 
#headMain .nav>li>a:hover,
#headMain .nav>li.dropdown:hover>a {
    color: #333;
    background-color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #03a9f4;
    background: #03a9f4;
}
.btnFilter {
	box-shadow:none;
	border: 1px solid #3a9ea0;
    background-color: transparent;
    color: #3a9ea0;
}
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover,
.btnFilter:hover,
.btnFilter:focus,
.btnFilter.active {
	box-shadow:none;
	border: 1px solid #3a9ea0;
    background-color: #3a9ea0;
	color: #fff;
}

.title:after, 
.titleAlt:after,
.recentNews .date .month {
    background: #3a9ea0;
}

#headMain {
    border-color: #3a9ea0;
}
#footer {
    border-color: #ddd;
}

@media (max-width:1199px){
	.layout-boxed {
		max-width: 970px;
	}
}
@media (min-width:992px){	

	.title.title-left {
		text-align:left;
	}
	.title.title-left:after {
		left: 0px;
		margin-left:0px;
	}

	/*===============================*/
	/*Main Navigation Start*/
	/*#headMain {
		display: table;
		position: relative;
	}*/
	
	.headContainer {
		clear: both;
		display: table;
		width: 100%;
		padding:15px 0px;
	}
	
	.headColumn {
		display: table-cell;
		vertical-align: middle;
	}
	
	.headNav {
		display:block;
		float: right;
	}
	.headLogo {
		max-width:200px;
	}
	
	.headLogo img {
		margin-right:10px;	
	}
	
	.navMenuBtn {
		display:none;
	}	
	
	.navMenuBtn {
		display:none;
	}
	
	#navigation.collapse {
		display:block;
	}
	
	#navigation .dropdown:hover>.dropdown-menu {
    	display: block;
		margin-top:0px;
	}	
	
	#navigation .dropdown-menu>li>a {
		white-space:normal;
    	max-width: 350px;
		
	}
	#navigation .dropdown-menu.dropdown-menu-right>li>a {
		white-space: normal;
		min-width: 250px;
	}
	
	#headMain .nav>li>a {
		position: relative;
		display: block;
		padding: 5px 10px;
		color:#ffffff;
		font-size:1.2rem;
	}
	#headMain .nav-pills>li  {
		margin-left:0rem;
	}
	#headMain .nav-pills>li+li  {
		margin-left:0.8rem;
	}
	
	#headMain .nav-pills>li.active>a, 
	#headMain .nav-pills>li.active>a:focus, 
	#headMain .nav-pills>li.active>a:hover, 
	#headMain .nav>li>a:focus,
	#headMain .nav>li>a:hover {
		color: #333;
		background-color: #fff;
	}
	
	#navigation .dropdown {
		position:relative;
	}
	
	#navigation .dropdown:after {
		bottom: -10px;
		position: absolute;
		content: '';
		width: 100%;
		height: 10px;
		background-color:transparent;
	}
	
	#navigation .dropdown-menu {
		padding:0px 0px;
		margin-top:0px;
		border-top:5px solid #ddd;
	}
	
	#navigation .dropdown:hover>.dropdown-menu {		
		margin-top:10px;
	}
	
	#navigation .dropdown-menu>li>a {
		padding:10px 10px;
	}
	
	/*Header Background CSS*/
	
	#headMain.bgMain .nav-pills>li>a {
		color: #fff;
		background-color: transparent;
	}
	#headMain.bgMain .nav-pills>li.active>a, 
	#headMain.bgMain .nav-pills>li.active>a:focus, 
	#headMain.bgMain .nav-pills>li.active>a:hover, 
	#headMain.bgMain .nav>li>a:focus,
	#headMain.bgMain .nav>li>a:hover,
	#headMain.bgMain .nav>li.dropdown:hover>a {
		color: #3a9ea0;
    	background-color: transparent;
	}
	
	
	/*Header with bar highlight CSS*/
	#headMain.headerBarHlight .nav-pills>li>a {
		border-top:5px solid transparent;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	#headMain.headerBarHlight .nav-pills>li.active>a, 
	#headMain.headerBarHlight .nav-pills>li.active>a:focus, 
	#headMain.headerBarHlight .nav-pills>li.active>a:hover, 
	#headMain.headerBarHlight .nav>li>a:focus,
	#headMain.headerBarHlight .nav>li>a:hover,
	#headMain.headerBarHlight .navMenuBtn {
		border-top-color: #3a9ea0;
	}
	
	/*Header with block highlight CSS*/
	#headMain.headerBlockHighlight .nav-pills>li>a {
		border-top:5px solid transparent;
		padding:72px 20px 32px;
	}
	
	#headMain.headerBlockHighlight {
		border-bottom:none;
		background-color: #3a9ea0;
	}
	
	#headMain.headerBlockHighlight .headContainer {
		padding:0px;
	}
	
	#headMain.headerBlockHighlight #navigation .dropdown:hover>.dropdown-menu {
		margin-top: 0px;
	}
	
	#headMain.headerBlockHighlight .headLogo {
		max-width: 250px;
		padding: 12px 0px;
	}
	
	#headMain.headerBlockHighlight .nav-pills>li+li {
		margin-left: 0.0rem;
	}
	
	#headMain.headerBlockHighlight .nav-pills>li>a, #headMain.headerBlockHighlight .dropdown-menu {
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
	}
	
	/*Main Navigation End*/
	/*===============================*/
}
@media (max-width:991px){
	
	.layout-boxed {
		max-width: 750px;
	}
	
	.headContainer,
	.headColumn,
	.navMenuBtn {
		display:block;
	}
	
	.headColumn {
		display: table !important;
    width: 100%;
	}
	
	.headContainer {
	    padding: 15px 0px;
	}
	
	#headMain {
		clear: both;
		float: none;
	}
	
	#headMain nav > ul li {
		border-bottom: 1px solid #e8e8e8;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	
	#headMain nav > ul .dropdown .caret {
		position:absolute;
		right:12px;
		top:1.2rem
	}
	
	#headMain .nav-pills>li {
		float: none;
	}
	
	.headLogo {
		margin:0 auto 20px;
		display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: middle;
		max-width:inherit !important;
		
	}
	
	.headLogo img {
		display:block;
		margin:0 auto;
		max-width: 200px;
		margin-left:0px;
	}
	
	.headNavBtn {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		text-align: right;
	}
	
	.headNav {
		text-align:left !important;
	}
	
	.navMenuBtn {
		margin: 0 auto 20px;
	}
	#headMain .nav>li>a {
		color:#fff;
	}
	
	#navigation .dropdown-menu {
		padding-left:30px;
		padding-bottom:0px;
		margin-top:0px;
    	position: relative;
		float:none !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius:0px;
		border:none;
	}	
	
	#navigation .dropdown-menu>li>a {
		white-space:normal;
    	max-width: inherit;
		min-width: inherit;
    	padding: 10px 15px;
	}

	#navigation .nav>li:last-child>a {
		border-bottom:none;
	}	
	
	#headMain.bgMain .nav-pills>li>a {
		color: inherit;
		background-color: transparent;
	}
	
	#headMain.bgMain .nav-pills>li.active>a, 
	#headMain.bgMain .nav-pills>li.active>a:focus, 
	#headMain.bgMain .nav-pills>li.active>a:hover, 
	#headMain.bgMain .nav>li>a:focus,
	#headMain.bgMain .nav>li>a:hover,
	#headMain.bgMain .navMenuBtn {
		color: #333;
		background-color: #fff;
	}

	#headMain.headerBlockHighlight {
		border-bottom:none;
		background-color: #3a9ea0;
	}
	
	.servCallout {
		margin-bottom:2rem;
	}
	
	.servCallout:last-child {
		margin-bottom:0rem;
	}
	.servCallout .row > div {
		display:block;
	}
	.servCalloutImg {
		min-height:350px;
	}
	
	.mt-sm-md {
		margin-top: 1rem;
	}
	
}
@media (max-width:767px){
	.rev_slider_wrapper {
		margin-bottom:20px;
	}
	
	.hermes .tp-bullet {
			box-shadow: inset 0 0 0 2px #1d2e5c!important;
	}
	.hermes .tp-bullet:after {
			background-color: #1d2e5c!important;
			box-shadow: 0 0 1px #1d2e5c!important;
	}
	.bgTitleInner h1.text-left,
	.bgTitleInner h1.text-right {
		max-width:100%;
	}

}
@media (max-width:600px){
	.imageLeft,
	.imageRight,
	.imageWidthHalf,
	.imageWidthQuarter  {
		max-width:100%;
		display:block;
		margin: 0 auto 1rem !important;
    	float: none;
	}
}

@media (max-width:500px){
	#revolutionSlider .sliderCaption {
		z-index: 400;
		border-radius: 0px;
	}
}