html, body {
  position: relative;
  overflow-x: hidden; }

/* Fonts */

@font-face {
  font-family: 'BlissLight';
  src: url('../fonts/bliss2l-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/bliss2l-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bliss2l-webfont.woff') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bliss2l-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/bliss2l-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bliss2l-webfont.svg#svgBlissLight') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'BlissMedium';
  src: url('../fonts/BlissProMedium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BlissProMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BlissProMedium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/BlissProMedium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/BlissProMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BlissProMedium.svg#svgBlissMedium') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'BlissHeavy';
  src: url('../fonts/bliss2h-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/bliss2h-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bliss2h-webfont.woff') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bliss2h-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/bliss2h-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bliss2h-webfont.svg#svgBlissHeavy') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'ConferenceCall';
  src: url('../fonts/cnfclln2-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/cnfclln2-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cnfclln2-webfont.woff') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cnfclln2-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/cnfclln2-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cnfclln2-webfont.svg#svgConferenceCall') format('svg'); /* Legacy iOS */
}


.container {
  position: relative;
  z-index: 3; }

.row:after,.row:before{
	display: inline-block; /* safari bootstrap 4 flexbox bug */
}
/* overlay and pattern */
.overlay, .color-overlay, .color-overlay-green, .gradient-overlay {
  min-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0; }

.color-overlay {
  background: #000;
  opacity: 0.3; }
  
.color-overlay-green {
  background: #000000;
  opacity: 0.8; }

.gradient-overlay {
  opacity: 0.7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a545d+0,000000+100&amp;1+0,0.3+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNTQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a545d), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0a545d 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #0a545d 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a545d', endColorstr='#4d000000',GradientType=0 );
  /* IE6-8 */ }

/* section */
.section {
  padding: 60px 0;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  overflow: hidden;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #e6e7e8;
    height: 4px;
}

.section section.section{
	padding: 0 !important;
}
.section section.section.grey-bg{
	padding: 10px 10px 0px 10px !important;
}    
.section section.section .container{
	width: auto !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.section section.section{
	background-color: transparent !important;
}
  
  .section.dark .section-heading span, .section.dark .section-heading h2 {
    color: #ffffff; }

.section.divided{
	
}

.section-heading {
  position: relative;
  text-align: left;
  color: #000000;
  padding-bottom: 0px;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (max-width: 992px) {
    .section-heading {
       } }
  .section-heading span {
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-top: 0px;
    font-size: 18px; }

.section-heading h2{
	margin-bottom: 35px;
}

section.section-bg{
	padding: 0 !important;
}	

section.section.text-center img{
    margin: 0 auto;
}
section.section.text-center .col-md-6{
	padding-left: 40px;
	padding-right:40px;
}
section.section.text-center p{
	text-align: center;
}

section.section.divided{
	padding-top: 0px;
	padding-bottom: 0px;
}
	section.section.divided .col-md-4{
		border-left: 4px solid #ffffff;
		cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
	}
	section.section.divided .col-md-4 img{
		-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
	}
	section.section.divided .col-md-4:hover img{
		-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
	}
	section.section.divided .col-md-4:hover{
		background: #005d92;
	}
	section.section.divided .col-md-4:first-child{
		border-left: none;
	}
	
	@media screen and (max-width: 991px){
		section.section.divided .col-md-4{
			border-top: 4px solid #ffffff;
			border-left: none;
		}
	}

	section.section-bg .bg-image{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	section.section-bg .bg-image-text{
	}
	section.section-bg .row > [class*='col-'] {
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
	@media only screen and (max-width: 992px) {
		section.section-bg .row > [class*='col-'] {
		  min-height: 400px;
		}
	}
  @media only screen and (min-width: 993px) {
	section.section-bg .row {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	  flex-wrap: wrap;
	}
	section.section-bg .row > [class*='col-'] {
		display: flex;
		flex-direction: column;
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 60px;
		padding-right: 60px;
	}
	section.section-bg .section .row > [class*='col-'] {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
  }  
  
.grey-bg{
	background: #f1f1f1;
}
.mediumgrey-bg{
/* 	background: #f1f1f1; */
	background: #9e9e9e;
	color: #ffffff;
}
.mediumgrey-bg a{ color: #ffffff; text-decoration: underline; }
.mediumgrey-bg a.btn{ text-decoration: none; }
.mediumgrey-bg a:hover,
.mediumgrey-bg a:focus{ color: #ffffff; text-decoration: underline; }
.darkgrey-bg{
/* 	background: #f1f1f1; */
	background: #4a4a4a;
	color: #ffffff;
}
.darkgrey-bg a{ color: #ffffff; text-decoration: underline; }
.darkgrey-bg a.btn{ text-decoration: none; }
.darkgrey-bg a:hover,
.darkgrey-bg a:focus{ color: #ffffff; text-decoration: underline; }


.red-bg{
	background: #EB0A2C;
	color: #ffffff;
}
.red-bg a:hover,
.red-bg a:focus{ color: #ffffff; text-decoration: underline; }
.green-bg{
	background: #78B037;
	color: #ffffff;
}
.green-bg a{ color: #ffffff; text-decoration: underline; }
.green-bg a.btn{ text-decoration: none; }
.green-bg a:hover,
.green-bg a:focus{ color: #ffffff; text-decoration: none; }

.dark-blue-bg{
	background: #0a5f69;
	color: #ffffff;
}
.dark-blue-bg a{ color: #ffffff; text-decoration: underline; }
.dark-blue-bg a.btn{ text-decoration: none; }
.dark-blue-bg a:hover,
.dark-blue-bg a:focus{ color: #ffffff; text-decoration: none; }

.blue-bg{
	background: #0071B2;
	color: #ffffff;
}

@media (min-width: 992px){
	.blue-bg.twotone-bg{
		background: linear-gradient(to right, #0071B2 50%, #005d92 50%); 
	}
}

.blue-bg a{ color: #ffffff; text-decoration: underline; }
.blue-bg a.btn{ text-decoration: none; }
.blue-bg a:hover,
.blue-bg a:focus{ color: #ffffff; text-decoration: none; }
.red-bg{
	background: #EB0A2C;
	color: #ffffff;
}
.red-bg a{ color: #ffffff; text-decoration: underline;}
.red-bg a.btn{ text-decoration: none; }
.red-bg a:hover,
.red-bg a:focus{ color: #ffffff; text-decoration: none; }

.dark-bg .section-heading,
.green-bg .section-heading,
.dark-blue-bg .section-heading,
.red-bg .section-heading,
.blue-bg .section-heading,
.darkgrey-bg .section-heading,
.mediumgrey-bg .section-heading {
  color: #fff; }

.green{
	color: #78B037;
}
.blue{
	color: #0071B2;
}

strong, b{
	font-family: 'BlissHeavy';
	font-weight: normal;
}

.imagelink-block{
	min-height: 300px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 0 30px;
	margin-bottom: 30px;
}
.imagelink-block.large{
	min-height: 450px;
}
	.imagelink-block-image{
		position: absolute;
		top: 0; 
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		transition: all 6s;
	}
	.imagelink-block:hover .imagelink-block-image{
		transform: scale(1.2,1.2);
	}
	.imagelink-block-content{
		padding: 40px 0 80px 0;
		color: #ffffff;
	}
	.imagelink-block-content p{
		color: #ffffff;
	}
	.imagelink-block h4{
	}
	.imagelink-block .btn{
		white-space: normal;
		position: absolute;
		bottom: 30px;
		display: inline-block;
		max-width: 70%;
		margin: 0 auto;
		left: 0px;
		right: 0px;
	}

.iconlink-block{
/* 	min-height: 300px; */
/* 	width: 80%; */
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.6;
	transition: opacity .3s;
}
.iconlink-block:hover{
	opacity: 1;
}
.iconlink-block > a{
	text-decoration: none;
}
section.section.divided .iconlink-block{
	padding-top: 30px;
	padding-bottom: 30px;
	opacity: 1;
}
	.iconlink-block-image{
		background: #0071B2;
		border-radius: 50%;
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}
		.iconlink-block-image img{
			padding: 15px;
			-webkit-filter: brightness(0) invert(1); /* Ch 23+, Saf 6.0+, BB 10.0+ */
			filter: brightness(0) invert(1); /* FF 35+ */
		}
	
	.blue-bg .iconlink-block-image,
	.red-bg .iconlink-block-image,
	.darkgrey-bg .iconlink-block-image,
	.mediumgrey-bg .iconlink-block-image{
		background: #fff;
	}
		.blue-bg .iconlink-block-image img,
		.red-bg .iconlink-block-image img,
		.darkgrey-bg .iconlink-block-image img,
		.mediumgrey-bg .iconlink-block-image img{
			-webkit-filter: none;
			filter: none;
		}
		
		section.section.divided .iconlink-block-image{
			background: none;
			border-radius: 0;
			width: 80px;
			height: 80px;
			margin: 0 auto;
		}
		section.section.divided .iconlink-block-image img {
		    padding: 0px;
		    -webkit-filter: brightness(0) invert(1);
		    filter: brightness(0) invert(1);
		}
		
.iconlink-block.large {
	width: 100%;
	padding: 0;
	min-height: none;
	opacity: 1;
}	
.iconlink-block.fixedheight {
	width: 100%;
	padding: 0;
	min-height: 500px;
}
	.col-md-3 .iconlink-block.fixedheight {
		min-height: 450px;
	}
	.iconlink-block.large .iconlink-block-image,
	.iconlink-block.fixedheight .iconlink-block-image{
		background: none;
		border-radius: 0;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
		.iconlink-block.large .iconlink-block-image img,
		.iconlink-block.fixedheight .iconlink-block-image img{
			-webkit-filter: none;
			filter: none;
		}
	
	.iconlink-block-content{
		padding: 20px 0 50px 0;
	}
	section.section.divided .iconlink-block-content{
		padding: 0px;	
	}
	.iconlink-block.large .iconlink-block-content,
	.iconlink-block.fixedheight .iconlink-block-content{
		padding: 10px 0 0 0;
	}
	.iconlink-block h4{
		margin-bottom: 5px;
	}
	section.section.divided .iconlink-block h4{
		font-size: 22px;		
		font-family: 'BlissMedium';
		margin-bottom: 10px;
	}
	section.section.divided .iconlink-block h3{
		text-transform: uppercase;
		margin: 0;
	}
	
	section.section.divided .iconlink-block .btn{
		display: none;
	}
	.iconlink-block .btn{
		white-space: normal;
		position: absolute;
		bottom: 0px;
		display: inline-block;
		max-width: 70%;
		margin: 0 auto;
		left: 0px;
		right: 0px;
	}
	.iconlink-block.large .btn{
		position: static;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: 10px;
	}
	.iconlink-block.fixedheight .btn{
		position: absolute;
		bottom: 30px;
		display: inline-block;
		max-width: 70%;
		margin: 0 auto;
		left: 0px;
		right: 0px;
	}
/* Check list */
.check-list {
  padding: 0;
  list-style-type: none; }

.check-list li {
  position: relative;
  padding-left: 30px; }

.check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0; }

/* Arrow Down Animation */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
/* Helper Class */
.text-xs-left {
  text-align: left; }

.text-xs-center {
  text-align: center; }

.text-xs-right {
  text-align: right; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-center {
    text-align: center !important; }

  .text-sm-right {
    text-align: right !important; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-center {
    text-align: center !important; }

  .text-md-right {
    text-align: right !important; } }
/* Selection */
::-moz-selection {
  background: #000000;
  color: #fff; }

::-webkit-selection {
  background: #000000;
  color: #fff; }

::selection {
  background: #000000;
  color: #fff; }

/* back to top button */
#totop {
  position: fixed;
  bottom: 7px;
  right: 7px;
  z-index: 999;
  background: #fff;
  display: none;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px; }

img {
  max-width: 100%; }

.form-control {
  border-radius: 7px;
  border: 1px solid #888888;
  color: #000;
  font-size: 18px;
  padding: 12px;
  height: auto;
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.8); }
    .form-control::placeholder{
		color: #000;
	}
.form-control.has-error{
	border-color: #EB0A2C;
	border-width: 2px;
}
.icons-wrap, #icons {
  margin-top: 40px;
  margin-bottom: 80px; }
  .icons-wrap i, .icons-wrap li, #icons i, #icons li {
    display: inline-block;
    margin: 0 20px 20px 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #dadada;
    font-size: 2em; }

ul#icons {
  list-style: none;
  padding: 0; }

/**
* Style for components
**/
a:focus {
  outline: none; }

.navbar-toggle {
  border: 0; }

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0; }

.carousel-control.left,
.carousel-control.right {
  background: none; }

.alert {
    padding: 15px 15px;
    border-radius: 2px;
}

.nav-tabs,
.section ul.nav-tabs{ margin-bottom: 0px; margin-top: 0px; padding-left: 0;	
     border: 1px solid #888888;
     border-left: none;
     border-right: none;
     padding-left: 30px;
}

.tabpanel.mini .nav-tabs,
.section .tabpanel.mini ul.nav-tabs{
	display: flex;
	border: none;
	border-bottom: 1px solid #888888;
	padding-left: 0;
	margin-bottom: 25px;
}
.nav-tabs li,
.section ul.nav-tabs li{ padding-left: 0; }

.tabpanel.mini .nav-tabs li,
.section .tabpanel.mini ul.nav-tabs li{ flex-direction: column; width: 100%; text-align: center; }

.nav-tabs > li > a {
/*   border-radius: 4px 4px 0 0; */
  color: #888888;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'BlissMedium';
  padding: 30px 40px 30px 40px;
  border: none;
   }

.tabpanel.mini .nav-tabs > li > a{
	padding: 15px 10px;
}   
/*
.green-bg .nav-tabs > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
  padding: 10px 30px 10px 0px;
  border: none;
   }
.red-bg .nav-tabs > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
  padding: 10px 30px 10px 0px;
  border: none;
   }
.darkgrey-bg .nav-tabs > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
  padding: 10px 30px 10px 0px;
  border: none;
   }
*/

.nav-tabs > li:first-child > a{
	
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border: none;
	color: #0071B2;
    font-family: 'BlissHeavy';
	text-decoration: none;
    cursor: default;
    background-color: transparent;
/*
    border: 1px solid #ddd;
    border-bottom-color: transparent;
*/
}
.nav-tabs > li:after{
    z-index: -1;
		content: "";
		position: absolute;
		top: 0;
     left: 0;
		height: 100%;
		width: 100%;
		background-color: inherit;
     border: 1px solid #888888;
     border-top-color: transparent;
     border-bottom-color: transparent;
     border-left: none;
		-webkit-transform: skewX(-10deg);
		-moz-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		transform: skewX(-10deg);
}
.nav-tabs > li:first-child:after{
	border-left: 1px solid #888888;
}

.tabpanel.mini .nav-tabs > li:after{
	border-right: none;	
	border-left: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.nav-tabs > li.active:after{
    border-bottom: #78B037 4px solid;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border: none;
    background: none;
    text-decoration: none;
    color: #0071B2;
}
/*
.green-bg .nav-tabs > li.active > a, .green-bg .nav-tabs > li.active > a:hover, .green-bg .nav-tabs > li.active > a:focus{
	border: none;
	color: #ffffff;
	font-weight: 900;
	text-decoration: underline;
    cursor: default;
    background-color: #000000;
}
.red-bg .nav-tabs > li.active > a, .red-bg .nav-tabs > li.active > a:hover, .red-bg .nav-tabs > li.active > a:focus{
	border: none;
	color: #ffffff;
	font-weight: 900;
	text-decoration: underline;
    cursor: default;
    background-color: #EB0A2C;
}
.darkgrey-bg .nav-tabs > li.active > a, .darkgrey-bg .nav-tabs > li.active > a:hover, .darkgrey-bg .nav-tabs > li.active > a:focus{
	border: none;
	color: #ffffff;
	font-weight: 900;
	text-decoration: underline;
    cursor: default;
    background-color: #EB0A2C;
}
*/

@media (max-width: 767px){
	.nav-tabs,
	.section ul.nav-tabs{ margin-bottom: 0px; margin-top: 0px; padding-left: 0;	
	    padding-left: 7px;
	    white-space: nowrap;
	    width: 100%;
	    overflow-x: auto;
	    overflow-y: hidden;
	    height: 83px;
	    display: block;
	    -webkit-overflow-scrolling: touch;
	}
	.tabpanel.mini  .nav-tabs{
		height: auto;
	}
	.nav-tabs li, .section ul.nav-tabs li{
		float: none;
		display: inline-block;
	}
	.nav-tabs > li > a{
		font-size: 15px;
		padding: 30px 10px;
	}
}


.panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 0; }


/* Accordion */
.panel-heading .accordion-icon{
	max-height: 60px;
	padding-right: 10px;
	float: left;
    position: relative;
    top: -15px;
    left: -10px;
}
.panel-heading a {
  color: #0071B2;
  position: relative;
  display: block;
  letter-spacing: normal;
  font-family: 'BlissHeavy';
  font-size: 22px;
  word-spacing: initial;
  padding: 30px 30px 30px 10px; }
  .panel-heading a:after {
    position: absolute;
    color: #0071B2;
    content: "\f067";
    transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s; 
    top: 50%;
    right: 0px;
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    font-size: 26px;
    font-weight: normal;
    margin-top: -12px; }
  .panel-heading a.collapsed:after {
    content: "\f067";
    transform: rotate(0deg);
    color: #888888;
     }
   .panel-heading a.collapsed{
	   color: #888888;
   }
  .panel-heading a:hover, .panel-heading a:focus, .panel-heading a:active,
  .panel-heading a:hover:after, .panel-heading a:focus:after, .panel-heading a:active:after {
    text-decoration: none;
    color: #0071B2; }

.panel-group .panel + .panel{
	border-radius: 0px;
	margin-top: 0px;
}  
.panel-default{
	border-color: #e6e7e8;
	border-radius: 0px;
	border-width: 2px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-shadow: none;
}    
.panel-default > .panel-heading{
	background: transparent;
	border-color: #0071B2;
	border-width: 2px;
	border-radius: 0px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-color: transparent;
	border-width: 2px;
}
.panel-collapse{
	clear: both;
}


.cta-1 {
  background-color: #EB0A2C; }
  .cta-1 .call-to-action {
    text-align: center;
    color: #fff;
    background-size: contain;
    padding: 50px 0; }
    .cta-1 .call-to-action .cta-text {
      color: #fff;
      margin-bottom: 30px;
      margin-top: 0;
      text-transform: capitalize;
      font-size: 22px; }

.cta-2 {
  background-color: #EB0A2C;
  padding: 30px 0;
  text-align: center; }
  .cta-2 .cta-text,
  .cta-2 p {
    color: #fff;
    margin: 0;
    line-height: 30px;
    margin-right: 30px;
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'BlissMedium';
    display: inline; }
    @media only screen and (max-width: 767px) {
      .cta-2 .cta-text {
        font-size: 24px;
        line-height: 24px;
        display: block;
        margin-right: 0; } }
  @media only screen and (max-width: 992px) {
    .cta-2 .btn {
      margin-top: 15px; } }

html,
body {
  min-height: 100%;
  color: #000000;
  font-family: "BlissLight", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "BlissHeavy", sans-serif;
  color: #EB0A2C; }

h1 {
  font-size: 55px;
  text-align: center;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 42px;
      letter-spacing: 0px; } }

h2 {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  word-spacing: normal;
  letter-spacing: normal;
   }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 30px;
      letter-spacing: 1px;
      word-spacing: 2px; } }

h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: none; }
h3.underline{
	text-decoration: underline;
	font-weight: 500;
	text-transform: none;
}
h4 {
	font-size: 28px;
	margin-bottom: 25px;
}

h5 {
  font-size: 22px;
  text-transform: none;
  color: #0071B2;
  margin-bottom: 15px; }
h5.lowercase{
	text-transform: none;
}
h5.underline{
	text-decoration: underline;
	font-weight: 500;
}
h6 {
	font-size: 30px;
	text-transform: none;
	font-family: "ConferenceCall";
}
.fuzzy{
	font-family: "ConferenceCall";
	text-shadow: 1px 1px 5px #333;
	font-weight: normal;
}
h2.fuzzy{ font-size: 60px; }

.heading.red-bg,
.heading.green-bg,
.heading.dark-blue-bg,
.heading.blue-bg{
	/* negative offset = section padding */
	margin: 0 -30px;
	/* add back section padding value */
	padding: 15px 25px;
    border-left: 5px solid #fff;
	position: relative;
	margin-bottom: 15px;
}

.heading.red-bg:before, .heading.red-bg:after {
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  height: 100%;
  right: 100%;
  background: #EB0A2C;
}
.heading.red-bg:after { 
  width: 320px;
  left: 100%;
  /* you're free to do something totally different here */
  background: #EB0A2C;
}
.heading.green-bg:before, .heading.green-bg:after {
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  height: 100%;
  right: 100%;
  background: transparent;
}
.col-md-12 > .heading.green-bg:before,.col-md-12 > .heading.green-bg:after {
	background: #78B037;
}
.heading.green-bg:after { 
  width: 100%;
  left: 100%;
  /* you're free to do something totally different here */
  background: #78B037;
}
.heading.dark-blue-bg:before, .heading.dark-blue-bg:after {
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  height: 100%;
  right: 100%;
  background: transparent;
}
.col-md-12 > .heading.dark-blue-bg:before,.col-md-12 > .heading.dark-blue-bg:after {
	background: #0a5f69;
}
.heading.dark-blue-bg:after { 
  width: 100%;
  left: 100%;
  /* you're free to do something totally different here */
  background: #78B037;
}
.heading.blue-bg:before, .heading.blue-bg:after {
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  height: 100%;
  right: 100%;
  background: transparent;
}
.col-md-12 > .heading.blue-bg:before,.col-md-12 > .heading.blue-bg:after,
.col-md-8 > .heading.blue-bg:before,.col-md-8 > .heading.blue-bg:after {
	background: #0071B2;
}
.heading.blue-bg:after { 
/*   width: 320px; */
  left: 100%;
  /* you're free to do something totally different here */
  background: #0071B2;
}

p {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: normal; }
  p.led {
    font-size: 1.2em;
    margin-bottom: 40px; }
    p.led:first-letter {
      font-size: 4em;
      float: left;
      line-height: 50px; }

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5,
.dark-blue-bg h1,
.dark-blue-bg h2,
.dark-blue-bg h3,
.dark-blue-bg h4,
.dark-blue-bg h5,
.red-bg h1,
.red-bg h2,
.red-bg h3,
.red-bg h4,
.red-bg h5,
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.bg-image h1,
.bg-image h2,
.bg-image h3,
.bg-image h4,
.bg-image h5,
.darkgrey-bg h1,
.darkgrey-bg h2,
.darkgrey-bg h3,
.darkgrey-bg h4,
.darkgrey-bg h5,
.mediumgrey-bg h1,
.mediumgrey-bg h2,
.mediumgrey-bg h3,
.mediumgrey-bg h4,
.mediumgrey-bg h5 {
  color: #ffffff; }

blockquote p {
/*   font-family: serif; */
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0; }

.plain-list li {
  line-height: 2.2em; }

a {
    color: #EB0A2C;
    text-decoration: none;	
	-webkit-transition: color 0.3s;
	transition: color 0.3s; 
}
a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}

.red-bg a,
.green-bg a,
.dark-blue-bg a,
.blue-bg a,
.darkgrey-bg a,
.mediumgrey-bg a{
	color: #ffffff;
}

/*-----------------*/
/* Global Styles   */
/*-----------------*/
.btn {
  border-radius: 10px;
  font-family: 'BlissHeavy';
  font-size: 24px;
  padding: 20px 35px;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  
  @media only screen and (max-width: 767px) {
	.btn {
	  font-size: 20px;
	  padding: 15px 15px;
	  letter-spacing: 0px;
	  line-height: 20px;
	}
  }

.btn:before {
  border-radius: 7px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btn:hover, .btn:focus, .btn:active {
  color: white;
  outline: none; }

.btn:hover:before, .btn:focus:before, .btn:active:before,
.btn.active:before, .btn.is-checked:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

/*-----------------*/
/* Solid Buttons   */
/*-----------------*/  
@media (max-width: 767px){
	.btn{
		max-width: 100%;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	}
}

.btn-default {
  background-color: #0071B2;
  border: 3px solid #0071B2;
  color: #ffffff; }
  .btn-default:before {
    background: #ffffff;}
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #0071B2;
    color: #0071B2;
    border-color: #0071B2; }

.btn-white {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  color: #000; }
  .btn-white:before {
    background: #000;}
  .btn-white:hover, .btn-white:active, .btn-white:focus {
    background-color: #FFFFFF;
    color: #FFFFFF;
    border-color: #FFFFFF; }

  .red-bg .btn-white:before{ background: #EB0A2C; }
  .blue-bg .btn-white:before{ background: #0071B2; }
  .green-bg .btn-white:before{ background: #78B037; }
  .dark-blue-bg .btn-white:before{ background: #0a5f69; }  
  .darkgrey-bg .btn-white:before{ background: #4a4a4a; }
  .darkgrey-bg .btn-white:hover, .darkgrey-bg .btn-white:active, .darkgrey-bg .btn-white:focus { color: #000; }
  
  .mediumgrey-bg .btn-white:before{ background: #4a4a4a; }
  .mediumgrey-bg .btn-white:hover, .mediumgrey-bg .btn-white:active, .mediumgrey-bg .btn-white:focus { color: #000; }


.btn-blue {
  background-color: #0071B2;
  border: 3px solid #0071B2;
  color: #ffffff; }
  .btn-blue:before {
    background: #ffffff;}
  .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    background-color: #0071B2;
    color: #0071B2;
    border-color: #0071B2; }

.btn-red {
  background-color: #EB0A2C;
  border: 3px solid #EB0A2C;
  color: #ffffff; }
  .btn-red:before {
    background: #ffffff; }
  .btn-red:hover, .btn-red:active, .btn-red:focus {
    background-color: #EB0A2C;
    color: #EB0A2C;
    border-color: #EB0A2C; }
    
.btn-green {
  background-color: #78B037;
  border: 3px solid #78B037;
  color: #ffffff; }
  .btn-green:before {
    background: #ffffff; }
  .btn-green:hover, .btn-green:active, .btn-green:focus {
    background-color: #78B037;
    color: #78B037;
    border-color: #78B037; }

.btn-dark-blue {
  background-color: #0a5f69;
  border: 3px solid #0a5f69;
  color: #ffffff; }
  .btn-dark-blue:before {
    background: #ffffff; }
  .btn-dark-blue:hover, .btn-dark-blue:active, .btn-dark-blue:focus {
    background-color: #0a5f69;
    color: #0a5f69;
    border-color: #0a5f69; }
	
.btn-mild:before {
  background: #000000; }
.btn-mild:hover, .btn-mild:active, .btn-mild:focus {
  color: #fff; }

.btn-dark {
  background-color: #000000;
  color: #ffffff; }
  .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #000000; }


.btn-stacked{
	display: inline-block;
	background-color: #ffffff;
	border-left: 2px solid #e6e7e8;
	color: #888888;
	font-family: "BlissHeavy", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 1;
	text-align: center;
	padding: 8px 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-stacked i{
	display: block;
	color: #78B037;
	font-size: 20px;
	padding-bottom: 6px;
    padding-top: 3px;
}
.btn-stacked.blue{
	background-color: #0071B2;
	color: #ffffff;
}
.btn-stacked.blue i{
	color: #ffffff;
}
.btn-stacked.red{
	background-color: #eb0a2c;
	color: #ffffff;
}
.btn-stacked.red i{
	color: #ffffff;
}
.btn-stacked:hover{
	background-color: #e6e7e8;
}
.btn-stacked.blue:hover{
	background-color: #005f95;
}
.btn-stacked.red:hover{
	background-color: #b30822;
}
/*-----------------*/
/* Outline Buttons */
/*-----------------*/
.btn-default-o {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff; }

.btn-default-o:hover, .btn-default-o:focus {
  color: #000000 !important; text-decoration: none !important; }

.btn-list {
  margin-bottom: 0; }
  .btn-list button {
    margin-right: 15px;
    margin-bottom: 15px; }

.btn.btn-round {
  border-radius: 14px; }
  .btn.btn-round.btn:before {
    border-radius: 14px; }

/*bootstrap buttons*/
.btn-lg {
  padding: 15px 60px; }

.btn-sm {
	padding: 15px 20px;
    font-size: 19px;
}

.btn-xs {
	padding: 8px 10px;
    font-size: 18px;
    font-family: "BlissMedium";
    line-height: normal;
}

.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  color: #337ab7; }

.btn-success:active, .btn-success:hover, .btn-success:focus {
  color: #5cb85c; }

.btn-info:active, .btn-info:hover, .btn-info:focus {
  color: #46b8da; }

.btn-warning:active, .btn-warning:hover, .btn-warning:focus {
  color: #eea236; }

.btn-danger:active, .btn-danger:hover, .btn-danger:focus {
  color: #d43f3a; }

.headerAds{
	background: #f1f1f1;
	padding: 20px 0;
	text-align: center;
}
.headerAds .ad-container{
	min-height: 90px;
}
.headerAds .ad-container.visible-xs{
	min-height: 50px;
}
#headerTop{
	width: 100%;
	height: 65px;
	background: #e6e7e8;
	color: #231f20;
	font-size:16px;
	text-align: right;
	overflow: hidden;
}
.link-header{
	color: #000000;
	padding: 0 20px;
	border-right: 1px solid #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.link-header:first-child{
	border-right: none;
}
.link-header:hover{
	color: #EB0A2E;
}
.link-header .fal,
.link-header .far,
.link-header .fas,
.link-header .fa{ margin-left: 10px; font-size: 18px; }

.link-header.language-switcher{
	padding: 0 20px 0 7px;
	border-left: none;
}
.link-header.language-switcher.active{
    font-family: "BlissHeavy";
}
.link-header.language-switcher:first-child {
	padding: 0 7px 0 0;
}

.search-header{
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	position: relative;
}
.search-header .form-control{
	font-size: 16px;
	padding: 5px 12px;
	border-radius: 2px;
	border: 1px solid #DFDFDF;
}
.search-header input[type="text"]{
	width: 110px;
	font-size: 20px;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.fr .search-header input[type="text"]{
	width: 130px
}
.search-header input[type="text"]::placeholder{
	color: #000;
}
.search-header input[type="text"]:focus{
	width: 300px;
	background: #ffffff;
}
.fr .search-header input[type="text"]:focus{
	width: 200px
}
.search-header button{
	background: transparent;
	border: none;
	color: #000000;
	font-size: 18px;
	padding: 8px 12px 4px 8px;
	position: absolute;
	right: 0px;
}

.btn-header{
	font-family: 'BlissHeavy';
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	line-height: 65px;
	display: inline-block;
	padding: 0 20px;
	background: transparent;
	border-left: 3px solid #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn-header .fa{ margin-right: 10px; }
.btn-header:hover{
	text-decoration: none;
	color: #000;
}
.btn-header.green{
	background: #78B037; }
.btn-header.green:hover{
	background: #000; color: #ffffff;
}
.btn-header.blue{
	background: #0071B2; }
.btn-header.blue:hover{
	background: #000; color: #ffffff;
}
.btn-header.red{
	background: #EB0A2C; }
.btn-header.red:hover{
	background: #000; color: #ffffff;
}
@media screen and (max-width: 1199px){
	.search-header input[type="text"]:focus{
		width: 180px;
	}
	.fr .btn-header{
		font-family: 'BlissMedium';
		font-size: 18px;
		letter-spacing: -1px;
		padding: 0 15px;
	}
	.fr .link-header{
		font-size: 18px;
	}
}
@media screen and (max-width: 992px){
	#headerTop .container{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.link-header{
		font-size: 16px;
	}
	.btn-header{
		font-size: 16px;
		line-height: 65px;
		padding: 0 10px;
	}
	
	.fr .btn-header{
		font-family: 'BlissMedium';
		font-size: 16px;
		letter-spacing: -1px;
		padding: 0 10px;
	}
	.fr .link-header{
		font-size: 16px;
		padding: 0 10px;
	}
	.search-header input[type="text"]{
		width: 110px;
		font-size: 16px;
	}
	.fr .search-header input[type="text"]{
		width: 110px;
		font-size: 16px;
	}
	.fr .search-header{
		margin-left: 10px;
		margin-right: 10px;
	}
	.search-header button{
		font-size: 16px;
		padding: 6px 12px 4px 8px;
	}
	.search-header input[type="text"]:focus{
		width: 180px;
	}
}
@media screen and (max-width: 767px){
	.btn-header{
		font-size: 16px;
		line-height: 53px;
		padding: 0 10px;
		width: 33%;
		text-align: center;
	}
	.btn-header.blue{
		width: 34%;
		border: none;
	}
	.fr .btn-header{
		font-size: 15px;
		line-height: 65px;
		padding: 0 5px;
		text-transform: none;
	}
}

.mmDownloadButton img{
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
}

.main-navigation {
  top: auto;
  border-bottom: none;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  }
  .main-navigation .navbar-brand {
	display: block;
    height: auto;
    width: 140px;
    padding: 0 0 0 0;
    position: absolute;
    z-index: 10;
    top: -55px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    
  .page-index .main-navigation .navbar-brand,
  .page-page-daccueil .main-navigation .navbar-brand {
    width: 180px;
  }
    .main-navigation .navbar-brand img{
		width: 100%;
	}
  .main-navigation .navbar-toggle {
    padding: 15px 15px;
    color: #000;
    border-radius: 2px;
    font-size: 28px;
    margin: 0;
    line-height: 1;
  }
  .navbar-solid.main-navigation .navbar-toggle{
	  padding: 15px 15px;
  }
  .main-navigation .navbar-toggle span.text{
	  font-size: 20px;
	  font-family: "BlissHeavy";
	  text-transform: uppercase;
	position: relative;
	left: -5px;
	top: -3px;
  }
	.navbar-toggle.collapsed .fa-bars:before {
		content: "\f0c9" !important;
	}
	
	.navbar-toggle .fa-bars:before {
		content: "\f00d" !important;
	}
  .main-navigation .container.static{
	  position: static;
  }  
  .main-navigation .navbar-nav{
	  position: static;
	  z-index: 11;
  }
  .main-navigation .navbar-nav li.dropdown{
	  position: static;
  }

  
  .main-navigation .navbar-nav > .dropdown.open > a {
    background: transparent; }
    @media only screen and (max-width: 767px) {
      .main-navigation .navbar-nav > .dropdown.open > a {
        border-bottom: 1px solid rgba(73, 71, 71, 0.15); } }
    .main-navigation .navbar-nav > .dropdown.open > a span {
      color: #EB0A2C; }
      @media only screen and (max-width: 767px) {
        .main-navigation .navbar-nav > .dropdown.open > a span {
          background: transparent;
          color: #EB0A2C; }
          }
  .main-navigation .navbar-nav li a {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0px;
    font-family: 'BlissHeavy';
    font-weight: normal;
    margin-bottom: -1px;
    padding: 35px 7px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .main-navigation .navbar-nav li a {
        border-bottom: 1px solid rgba(73, 71, 71, 0.15); } }
        
    @media only screen and (max-width: 1199px) {
      .main-navigation .navbar-nav li a {
	      font-size: 16px;
		  padding: 30px 4px 30px;
      }
      .navbar-solid.main-navigation .navbar-nav li a {
	      font-size: 16px;
		  padding: 20px 4px;
      }
    }
    @media only screen and (max-width: 992px) {
      .main-navigation .navbar-nav li a {
	      font-size: 12px;
		  padding: 20px 4px;
      }
      .main-navigation .navbar-brand,
      .page-index .main-navigation .navbar-brand,
      .page-page-daccueil .main-navigation .navbar-brand {
	  	display: block;
	    height: auto;
	    width: 115px;
	  }
      .navbar-solid.main-navigation .navbar-nav li a {
	      font-size: 11px;
		  padding: 20px 2px;
      }
    }
            
    .main-navigation .navbar-nav li a span {
      padding: 1px 4px;
      border-radius: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .main-navigation .navbar-nav li a:hover, .main-navigation .navbar-nav li a:focus {
      background-color: rgba(255, 255, 255, 0); }
      .main-navigation .navbar-nav li.last a span, .main-navigation .navbar-nav li.last span {
        color: #ffffff;
        padding: 8px 16px; }
      .main-navigation .navbar-nav li a:hover span, .main-navigation .navbar-nav li a:focus span,
      .main-navigation .navbar-nav li.last a:hover span, .main-navigation .navbar-nav li.last a:focus span {
        color: #EB0A2C; }
        @media only screen and (max-width: 767px) {
          .main-navigation .navbar-nav li a:hover span, .main-navigation .navbar-nav li a:focus span {
            background: transparent;
            color: #EB0A2C; } }
  .main-navigation .navbar-nav li.active > a {
    color: #EB0A2C; }
  .main-navigation .navbar-nav .dropdown-menu li.active > a {
	  margin-left: 20px;
    color: #EB0A2C; }  
    @media (max-width: 767px) {
         
	  .main-navigation .dropdown-toggle:after {
	    position: absolute;
	    display: block;
	    right: 15px;
	    top: 50%;
	    margin-top: -8px;
	    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
	    font-size: 20px;
	    content: "\f107";
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    -webkit-transition: all 0.1s ease;
	    transition: all 0.1s ease; }  
      
    }
  .main-navigation .dropdown-toggle.open:after {
    content: "\f106"; }
  @media (max-width: 767px) {
    .main-navigation .open > .dropdown-toggle:after {
      content: "\f106"; } }
  .main-navigation .dropdown-menu {
  	background: #ffffff;
    border-radius: 0px !important;
    border: 0;
    border-top: 5px solid #0071B2;
    box-shadow: none;
    width: 100%;
    z-index: 9;
    padding: 65px 0;
    transition: all 0.1s ease; 
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     }
     .main-navigation .dropdown-menu ul{
		text-align: left;
		list-style: none;
		padding: 0;
		margin: 0;
     }
     .main-navigation li.open .dropdown-menu {
		visibility: visible;
		opacity: 1;
     }
     .main-navigation .dropdown-menu li{
	     padding: 2px 0;
	 }
	.main-navigation .dropdown-menu li a {
		font-family: 'BlissMedium';
		font-weight: normal;
		border-bottom: none;
		letter-spacing: 0px;
		padding: 0;
		font-size: 20px;
		line-height: normal;
		text-transform: uppercase;
		color: #8a8c8e;
	}
	.main-navigation .dropdown-menu li.menu-header{
		font-family: 'BlissHeavy';
		font-weight: normal;
		color: #0071B2;
		text-transform: uppercase;
	}
      
	.main-navigation .dropdown-menu li a:hover {
		color: #EB0A2C;
		margin-left: 20px;
	}
        
      @media only screen and (max-width: 767px) {
	      .main-navigation .dropdown-menu{
		      display: none;
	      }
        .main-navigation .dropdown-menu li a{
	        color: #000 !important;
        } }
    .main-navigation .dropdown-menu li.open > a {
      color: #ffffff;
      background: #000000; }
      .main-navigation .dropdown-menu li.open > a:hover {
        color: white; }
    .main-navigation .dropdown-menu.left-side .dropdown-menu {
      border: 0;
      border-right: 1px solid rgba(73, 71, 71, 0.15);
      right: 100%;
      left: auto; }
    .main-navigation .dropdown-menu .dropdown-menu {
      border-left: 1px solid rgba(73, 71, 71, 0.15);
      left: 100%;
      right: auto;
      top: 0;
      margin-top: 0; }
      @media only screen and (max-width: 767px) {
        .main-navigation .dropdown-menu .dropdown-menu {
          padding-left: 30px; } }
    @media only screen and (min-width: 768px) {
      .main-navigation .dropdown-menu .dropdown-toggle:after {
        content: '\f105';
        top: 50%;
        right: 8px; } }

.navbar-fixed-top{
	position: relative;
}
.navbar-solid {
	top: 0px;
	position: fixed;
  background-color: #ffffff;
  min-height: 59px;
  }
  .navbar-solid .navbar-brand,
  .page-index .navbar-solid .navbar-brand,
  .page-page-daccueil .navbar-solid .navbar-brand {
    width: 85px; top: 3px; }
@media only screen and (max-width: 1199px) {
	.navbar-solid .navbar-brand,
  .page-index .navbar-solid .navbar-brand,
  .page-page-daccueil .navbar-solid .navbar-brand {
    width: 58px; top: 3px; }
}    
  .navbar-solid .navbar-nav > li > a {
    padding: 35px 10px; }
  .navbar-solid .dropdown-toggle:after {
    top: 51%; }
    
@media only screen and (max-width: 767px) {

	.main-navigation .navbar-brand,
	.page-index .main-navigation .navbar-brand,
	.page-page-daccueil .main-navigation .navbar-brand {
    	padding: 0;
    	width: 58px;
		top: auto;
    }
    .navbar-solid.main-navigation .navbar-brand,
    .page-index .navbar-solid.main-navigation .navbar-brand,
    .page-page-daccueil .navbar-solid.main-navigation .navbar-brand {
    	padding: 0px;
	    width: 58px;
	}
    
    .navbar-collapse .navbar-nav > li > a,
    .navbar-solid.main-navigation .navbar-nav > li > a {
	    padding: 15px 15px;
	    font-size: 16px;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	    padding: 10px 15px 10px 25px;
	}
    
	.navbar-collapse {
		max-height: 440px !important;	
		z-index: 100;
		position: relative;
		background: #f1f1f1;
	}
}
.subnav-bar{
	border-top: 2px solid #e6e7e8;
	border-bottom: 2px solid #e6e7e8;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.subnav-bar.navbar-solid{
	top: 59px;
	right: 0;
	left: 0;
	z-index: 1029;
}
@media only screen and (max-width: 767px) {
	.subnav-bar.navbar-solid{
		top: 113px;
	}
}
@media only screen and (min-width: 1200px) {
	.subnav-bar.navbar-solid{
		top: 89px;
	}
}

.subnav{
	margin: 0 40px 0 0;
	background: #0071B2;
	min-width: 330px;
}
.subnav:hover{
	background: #005f95;
}
.subnav .dropdown-toggle{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "BlissHeavy", sans-serif;
	padding: 0;
	display: block;
	padding: 17px 80px 16px 25px;
}
.subnav .dropdown-toggle i{
	padding-right: 15px;
	pointer-events: none;
}
.subnav.open .dropdown-toggle{
	box-shadow: none;
}


.subnav-bar h5{
	color: #000000;
	padding: 20px 0 20px 40px;
	margin: 0;
	font-size: 18px;
}
.subnav .dropdown-menu{
	min-width: 100%;
	border-radius: 0px;
	margin: 0;
	padding: 0;
	border-left: 2px solid #0071B2;
	border-right: 2px solid #0071B2;
	border-bottom: 1px solid #0071B2;
	
    transition: all 0.4s ease; 
    display: block;
    visibility: hidden;
    opacity: 0;
}
.subnav.open .dropdown-menu{
    visibility: visible;
    opacity: 1;
}
.subnav .dropdown-menu .list-group{
	margin-bottom: 0;
}
.subnav .dropdown-menu .list-group-item,
.subnav .dropdown-menu a.list-group-item{
	border-radius: 0px;
	margin-bottom: 0px;;
	background: transparent;
	border: none;
	border-bottom: 1px solid #0071B2;
	color: #0071B2;
	text-transform: uppercase;
	font-family: "BlissHeavy", sans-serif;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px 15px;
    font-size: 16px;
}
.subnav .dropdown-menu .list-group-item:hover,
.subnav .dropdown-menu a.list-group-item:hover,
.subnav .dropdown-menu .list-group-item.active,
.subnav .dropdown-menu a.list-group-item.active {
    color: #EB0A2C;
    padding-left: 30px;
}
.subnav .dropdown-menu .list-group-item i,
.subnav .dropdown-menu a.list-group-item i{
	padding-left: 5px;
}
.subnav .dropdown-menu .list-group-item.toggle,
.subnav .dropdown-menu a.list-group-item.toggle {
	border-bottom: none;
}
.subnav .dropdown-menu .list-group-item.toggle.collapsed,
.subnav .dropdown-menu a.list-group-item.toggle.collapsed {
	border-bottom: 1px solid #0071B2;
}
.subnav .dropdown-menu .list-group-item.toggle:hover,
.subnav .dropdown-menu a.list-group-item.toggle:hover {
    padding-left: 15px;
}
.subnav .dropdown-menu .list-group-item:first-child{
	border-radius: 0px;
}
.subnav .dropdown-menu .collapsing .list-group-item,
.subnav .dropdown-menu .collapse .list-group-item{
	border-bottom: none;
}
.subnav .dropdown-menu .collapsing,
.subnav .dropdown-menu .collapse{
	border-bottom: 1px solid #0071B2;
	padding-left: 10px;
}
.subnav .dropdown-menu .collapsing .list-group-submenu,
.subnav .dropdown-menu .collapse .list-group-submenu,
.subnav .dropdown-menu .collapsing .list-group-item,
.subnav .dropdown-menu .collapse.in .list-group-item,
.subnav .dropdown-menu .collapsing a.list-group-item,
.subnav .dropdown-menu .collapse.in a.list-group-item{
	border-bottom: none !important;
	color: #888888;
	font-family: "BlissMedium", sans-serif;
	padding: 5px 15px;
}

.subnav .dropdown-menu .collapse.in .list-group-item:hover,
.subnav .dropdown-menu .collapse.in a.list-group-item:hover,
.subnav .dropdown-menu .collapse.in .list-group-item.active,
.subnav .dropdown-menu .collapse.in a.list-group-item.active {
	color: #EB0A2C;
    padding-left: 30px;
}
.subnav .dropdown-menu .collapse.in .list-group-item.toggle:hover,
.subnav .dropdown-menu .collapse.in a.list-group-item.toggle:hover {
    padding-left: 15px;
}
.subnav .dropdown-menu .collapsing .list-group-submenu .list-group-item,
.subnav .dropdown-menu .collapse .list-group-submenu .list-group-item,
.subnav .dropdown-menu .collapsing .list-group-submenu  .list-group-item,
.subnav .dropdown-menu .collapse.in .list-group-submenu  .list-group-item,
.subnav .dropdown-menu .collapsing .list-group-submenu  a.list-group-item,
.subnav .dropdown-menu .collapse.in .list-group-submenu  a.list-group-item{
	color: #888888;
	font-family: "BlissLight", sans-serif;
	text-transform: capitalize;
	padding: 2px 15px;
}
.subnav .dropdown-menu .collapse.in .list-group-submenu .list-group-item:hover,
.subnav .dropdown-menu .collapse.in .list-group-submenu  a.list-group-item:hover,
.subnav .dropdown-menu .collapse.in .list-group-submenu .list-group-item.active,
.subnav .dropdown-menu .collapse.in .list-group-submenu a.list-group-item.active{
	color: #EB0A2C;
	padding-left: 30px;
}
.subnav .dropdown-menu .collapse.in .list-group-submenu .list-group-item.toggle:hover,
.subnav .dropdown-menu .collapse.in .list-group-submenu a.list-group-item.toggle:hover {
	padding-left: 15px;
}

@media only screen and (max-width: 767px) {
	.subnav-container{
		float: none !important;
	}
	.subnav{
		margin: 0;
		width: 100%;
		min-width: 100%;
	}
}

/* **** */

.header-wrapper {
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .header-wrapper {
      height: auto;
      padding: 0px; } }
  .header-wrapper .header-wrapper-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .header-wrapper .header-wrapper-inner.flexslider .slides li {
      min-height: 650px; }
    .header-wrapper .header-wrapper-inner .intro h1,
/*
    .header-inner h1{
	    font-family: "ConferenceCall", serif;
	    font-size: 72px;
	    color: #ffffff;
	    text-transform: none;
    }  
*/
    .header-wrapper .header-wrapper-inner .intro p {
/*       color: rgba(255, 255, 255, 0.75); */
		color: #ffffff;
      letter-spacing: 0px;
      margin-top: 80px;
      margin-bottom: 20px;
      font-weight: 900;
      font-size: 24px;
      text-transform: none; }
      @media only screen and (max-width: 992px) {
        .header-wrapper .header-wrapper-inner .intro p {
          margin-bottom: 30px; } }
    .header-wrapper .header-wrapper-inner .arrow-down {
      bottom: 10%;
      display: block;
      position: absolute;
      width: 100%;
      z-index: 3; }
      @media only screen and (max-width: 767px) {
        .header-wrapper .header-wrapper-inner .arrow-down {
          bottom: 0; } }
      .header-wrapper .header-wrapper-inner .arrow-down a {
        display: inline-block;
        padding: 20px 35px; }
        .header-wrapper .header-wrapper-inner .arrow-down a:hover {
          text-decoration: none; }
        .header-wrapper .header-wrapper-inner .arrow-down a i {
          font-size: 2em;
          color: #fff;
          -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite; }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.video-controls-box {
  position: absolute !important;
  bottom: 75px;
  left: 0;
  width: 100%;
  z-index: 1; }

.video-controls-box a {
	text-decoration: none !important;
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0; }
  .video-controls-box a:hover {
    text-decoration: none; }

.header-classic {
  display: block;
  height: auto;
  overflow-y: hidden;
  padding: 0; }
  .header-classic .header-wrapper-inner {
    display: block; }

.header-inner {
	position: relative;
  min-height: 250px;
  background-color: #e6e7e8;
  background-image: none;
  background-size: cover;
  background-position: center top;
  text-align: center; }
  .header-inner .breadcrumb {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7); }
    .header-inner .breadcrumb a {
      color: inherit; }
    .header-inner .breadcrumb a:hover {
      color: #EB0A2C; }  
    .header-inner .breadcrumb i {
      margin: 0 10px; }

@media screen and (max-width: 767px){
	.header-inner {
		min-height: 100px;
	}
}

      
.header-margin{
	margin-top: 95px;
}

.header-icon-spacing{
	margin-bottom: 60px;
}
.header-icon{
	position: absolute;
	z-index: 99;
	bottom: -60px;
	left: calc(50% - 60px);
	background: #0071B2;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
	.header-icon img{
		padding: 15px;
		-webkit-filter: brightness(0) invert(1); /* Ch 23+, Saf 6.0+, BB 10.0+ */
		filter: brightness(0) invert(1); /* FF 35+ */
	}

.header-crest{
	position: absolute;
	z-index: 99;
	bottom: -60px;
	left: calc(50% - 125px);
	background: transparent;
	width: 250px;
	height: auto;
	margin: 0 auto;
}
	.header-crest img{
		padding: 15px;
		max-width: 100%;
	}

.flexslider {
  margin: 0;
  border: 0;
  display: block !important;
  height: 100%; }
  
  
  .flexslider .slides{
	  height: 100%;
  }
  .flexslider .slides > li {
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; }

.flexslider .slides > li .intro-wrapper {
	width: 100%;
	text-align: left;
	position: absolute;
	bottom: 100px;
}
.flexslider .slides > li .intro-wrapper h1,
.flexslider .slides > li .intro-wrapper h2,
.flexslider .slides > li .intro-wrapper h3,
.flexslider .slides > li .intro-wrapper h4,
.flexslider .slides > li .intro-wrapper h5,
.flexslider .slides > li .intro-wrapper p{
	text-align: left;
	margin: 0;
	margin-bottom: 15px;
	text-shadow: 2px 2px 0 black;
	
}
.flexslider .slides > li .intro-wrapper h1{
	font-size: 50px;
}
.flexslider .slides > li .intro-wrapper h2,
.flexslider .slides > li .intro-wrapper h3,
.flexslider .slides > li .intro-wrapper h4,
.flexslider .slides > li .intro-wrapper h5{
	font-size: 30px;
}

.flexslider .slides > li .intro-wrapper .intro-button{
	margin-top: 30px;
}


.slider-classic {
  display: block;
/*   height: 70vh; */
  height: calc(100vh - 315px);
  overflow-y: hidden; }
  .slider-classic .flexslider .slides > li {
    height: 100% !important;
    padding: 200px 0 90px 0;
    min-height: 100% !important; }   
         
@media only screen and (max-width: 767px) {

	.flexslider .slides > li{
		background-attachment: scroll;
	}
	.flexslider .slides > li .intro-wrapper p{
		font-size: 20px;
		line-height: 1.2;
		
	}
	.slider-classic {
	  display: block;
	  height: 70vh;
	  overflow-y: hidden; }
	  
	  .flexslider .slides > li .intro-wrapper{
		  top: 15px;
		  bottom: auto;
	  }
	  
	.flexslider .slides > li .intro-wrapper h1{
		font-size: 35px;
	}
}

.flex-direction-nav a {
  height: 50px;
  top: 35vh;
  text-align: center !important; }

.flex-direction-nav a.flex-prev:before {
  content: "\f137";
  font-weight: bold; }

.flex-direction-nav a.flex-next:before {
  content: "\f138";
  font-weight: bold; }

.flex-direction-nav a:before {
  font-family: "Font Awesome 5 Pro";
  color: white; }


.flexslider:hover .flex-direction-nav .flex-next{
	
}
@media screen and (max-width: 860px){
	.flex-direction-nav .flex-next,
	.flexslider:hover .flex-direction-nav .flex-next,
	.flexslider:hover .flex-direction-nav .flex-next:hover {
	    opacity: 0.2;
	    right: 0px;
	}
	.flex-direction-nav .flex-prev,
	.flexslider:hover .flex-direction-nav .flex-prev,
	.flexslider:hover .flex-direction-nav .flex-prev:hover {
	    opacity: 0.2;
	    left: 0px;
	}
}

.team {
  }
  .team .lborder {
    border-left: 1px solid #dadada; }
    @media only screen and (max-width: 767px) {
      .team .lborder {
        border-left: none; } }
  .team .rborder {
    border-right: 1px solid #dadada; }
    @media only screen and (max-width: 767px) {
      .team .rborder {
        border-right: none; } }
  .team .team-bio {
    margin-bottom: 15px;
/*     padding: 0 40px; */
	padding: 0 15px; }
    @media only screen and (max-width: 992px) {
      .team .team-bio {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .team .team-bio {
        margin-bottom: 45px; } }
    .team .team-bio figure {
      overflow: hidden;
      padding: 30px 0; }
      .team .team-bio figure img {
         }
      @media only screen and (max-width: 767px) {
        .team .team-bio figure {
          padding: 15px 22%; } }
    .team .team-bio .team-description {
      text-align: center;
      font-weight: 400;
      font-size: 16px; }
    .team .team-bio .team-description p{
      font-size: 16px; 
      text-align: justify;
    }
      .team .team-bio .team-description .member-name {
        font-size: 24px;
        font-family: 'BlissMedium';
        text-transform: capitalize;
        letter-spacing: 1px;
        margin-bottom: 0px; }
      .team .team-bio .team-description .designation {
        text-transform: none;
        font-size: 20px;
        margin-bottom: 0px; }
      .team .team-bio .team-description .designation2 {
        text-transform: none;
        font-size: 18px;
        margin-bottom: 15px; }
  .team .team-social {
    padding: 15px;
    padding-bottom: 0; }
  .team .social-block {
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-align: center; }
    .team .social-block li {
      display: inline-block;
      margin-right: 10px; }
      .team .social-block li a {
        display: block;
        font-size: 16px;
        color: #8E8E8E;
        padding: 2px 8px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .team .social-block li a:hover {
          color: #000000; }

.expertise {
  background: url(../images/backgrounds/bg-expertise.jpg) no-repeat center center; }
  .expertise .section-heading h1, .expertise .section-heading p {
    color: #ffffff; }
  .expertise .section-heading::after {
    background-color: white; }
  .expertise .expertise-description {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .expertise .expertise-description {
        margin-bottom: 35px; } }
  .expertise .nav-tabs {
    border-bottom: 0; }
    .expertise .nav-tabs > li > a {
      margin-right: 4px;
      border: 0;
      border-radius: 0;
      border-bottom: 2px solid rgba(227, 225, 225, 0);
      color: #fdfdfd;
      font-weight: 400;
      text-transform: uppercase;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .expertise .nav-tabs > li > a:hover {
        border-bottom-color: #e3e1e1; }
    .expertise .nav-tabs > li.active > a, .expertise .nav-tabs > li.active > a:focus, .expertise .nav-tabs > li.active > a:hover {
      color: #fdfdfd;
      background: none;
      border: 0;
      border-bottom: 2px solid #e3e1e1; }
  .expertise .tab-content {
    margin-top: 10px;
    padding: 10px;
    color: #E3E1E1; }
    .expertise .tab-content p {
      color: #fff; }
    .expertise .tab-content .tab-left {
      float: left;
      margin-right: 20px; }
    .expertise .tab-content .tab-right {
      padding-right: 40px; }
      @media only screen and (max-width: 767px) {
        .expertise .tab-content .tab-right {
          padding-right: 0; } }
  .expertise .nav > li > a:focus, .expertise .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    background: none; }
  .expertise .progress-heading {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px; }
  .expertise .progress {
    background-color: #313131;
    border-radius: 0;
    height: 3px; }
  .expertise .progress-bar {
    background-color: #fdfdfd;
    width: 0;
    -webkit-transition: width 3s cubic-bezier(0, 0, 0.2, 1);
    transition: width 3s cubic-bezier(0, 0, 0.2, 1); }

@media (min-width: 992px) {
  .expertise .expertise-description {
    margin-bottom: 0; } }
.video-player {
  background: url(../images/backgrounds/bg-testimonial.jpg) no-repeat center bottom;
  background-size: cover;
  color: #ffffff;
  text-transform: uppercase; }
  .video-player .video-left {
    padding-top: 8px;
    text-align: center;
    font-weight: 300;
    font-size: 26px;
    line-height: 26px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0px; }
    
  .video-player strong {
    font-weight: 900;
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    }    
    @media only screen and (max-width: 767px) {
      .video-player .video-left {
        margin-bottom: 20px; } }
  .video-player .video-icon {
    color: #ffffff;
    font-size: 44px;
    border: 3px solid #ffffff;
    width: 70px;
    height: 70px;
    position: relative;
    display: block;
    margin: 4px auto 0; }
    @media only screen and (max-width: 767px) {
      .video-player .video-icon {
        margin-bottom: 20px; } }
    .video-player .video-icon i {
      position: absolute;
      top: 11px;
      left: 26px; }
    .video-player .video-icon:hover, .video-player .video-icon:active, .video-player .video-icon:focus {
      color: #000000; }
  .video-player .video-right {
    padding-top: 8px;
    color: #ffffff;
    font-size: 26px;
    line-height: 26px;
    text-transform: none;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .video-player .video-right {
        text-align: center; } }

@media (min-width: 768px) {
  .video-player {
    padding: 190px 0px; }
    .video-player .video-left {
      text-align: right;
      padding-right: 30px; }
    .video-player .video-right {
      padding-left: 30px; }
      .video-player .video-right h2 {
        margin-top: 0; } }
#video-container {
  display: none; }

.portfolio {
  background-color: #ffffff;
  padding-bottom: 0; }
  .portfolio .section-content {
    color: #fdfdfd; }
    .portfolio .section-content .portfolio-images {
      height: 400px;
      overflow-x: hidden;
      overflow-y: auto;
      margin-bottom: 26px;
      position: relative; }
    .portfolio .section-content .isotop-filter {
      text-align: center;
      margin-bottom: 35px; }
    .portfolio .section-content .element-item {
      margin-bottom: 15px;
      cursor: pointer; }
  .portfolio .portfolio-grid {
    padding: 5px; }

.da-thumbs,
.section .da-thumbs {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0; }

.da-thumbs li {
  float: left;
  background: #fff;
  padding: 0px;
  position: relative;
  width: 25%;
  padding: 5px; }
  @media only screen and (max-width: 992px) {
    .da-thumbs li {
      width: 33%; } }
  @media only screen and (max-width: 767px) {
    .da-thumbs li {
      width: 50%; } }

.portfolio-grid.three-col li {
  width: 33.333%; }
  @media only screen and (max-width: 992px) {
    .portfolio-grid.three-col li {
      width: 33%; } }
  @media only screen and (max-width: 767px) {
    .portfolio-grid.three-col li {
      width: 50%; } }
.portfolio-grid.two-col li {
  width: 50%; }

.da-thumbs li.x2 {
  width: 50%; }

.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%; }

.da-thumbs li a {
  overflow: hidden; }

.da-thumbs li a .portfolio-detail-overlay{
  position: absolute;
  background: #fff;
/*   background: rgba(0, 0, 0, 0.9); */
  background: rgba(120, 176, 55, 0.9);
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 100%; }

.da-thumbs li a div span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  padding: 2px;
  font-size: 12px;
  display: block;
  letter-spacing: 1px; }

.portfolio-detail-overlay h4 {
  color: #FFF;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 2px; }

.portfolio-detail-overlay .middle-align-wrap {
  display: table;
  height: 100%;
  width: 100%; }
  .portfolio-detail-overlay .middle-align-wrap .middle-align-cell {
    display: table-cell;
    vertical-align: middle; }

.btn-isotop {
	font-size: 22px;
	font-family: "BlissHeavy";
  background: none;
  text-transform: uppercase;
  border: 0;
  padding: 6px 20px 15px;
  color: #000000;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .btn-isotop:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 34px;
    background: #78B037;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .btn-isotop:active, .btn-isotop:focus, .btn-isotop:hover,
  .btn-isotop.active, .btn-isotop.is-checked {
    color: #000000;
    box-shadow: none;
    outline: none !important; }
    .btn-isotop:active:before, .btn-isotop:focus:before, .btn-isotop:hover:before,
    .btn-isotop.active:before, .btn-isotop.is-checked:before {
      left: 0;
      right: 0; }

.portfolio-details-single {
  margin-top: 60px; }
  .portfolio-details-single h3 {
    margin-bottom: 40px;
    position: relative; }
    .portfolio-details-single h3:before {
      position: absolute;
      content: '';
      width: 60px;
      background-color: black;
      height: 1px;
      bottom: -15px; }
  .portfolio-details-single ul {
    list-style: none;
    line-height: 2.5em;
    padding-left: 0; }

.testimonial {
/*   background: url(../images/backgrounds/bg-testimonial.jpg) no-repeat center center; */
  color: #000000;
  text-align: center;
  font-style: italic;}
  .blue-bg .testimonial,
  .red-bg .testimonial,
  .darkgrey-bg .testimonial,
  .mediumgrey-bg .testimonial{
	  color: #ffffff;
  }
  .testimonial .carosel-wrapper {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .testimonial .carosel-wrapper {
        margin-top: 40px; } }
    .testimonial .carosel-wrapper .client-face-holder {
      position: absolute;
      width: 106px;
      height: 106px;
      overflow: hidden;
      border-radius: 50%;
      top: -50px;
      left: -50px;
      z-index: 1;
      border: 2px solid rgba(255, 255, 255, 0.2); }
      @media only screen and (max-width: 767px) {
        .testimonial .carosel-wrapper .client-face-holder {
          left: 50%;
          margin-left: -53px; } }
      .testimonial .carosel-wrapper .client-face-holder #clientFace {
        height: -webkit-calc(100% - 6px);
        height: calc(100% - 6px);
        position: absolute;
        width: -webkit-calc(100% - 6px);
        width: calc(100% - 6px);
        background-color: #000;
        background-image: url(../images/team/team-1.jpg);
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        border-radius: 50%;
        left: 3px;
        top: 3px;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in; }
  .testimonial #testimonials-carousel {
    border: none;
    padding: 40px 0px 40px 20px; }
    @media only screen and (max-width: 767px) {
      .testimonial #testimonials-carousel {
        padding: 70px 30px 30px 30px; } }
    .testimonial #testimonials-carousel .review {
      position: relative; }
      .testimonial #testimonials-carousel .review blockquote {
        border: 0;
        padding: 0;
        letter-spacing: 1px;
        font-size: 20px; }
      .testimonial #testimonials-carousel .review .reviewer {
        margin-bottom: 0px; }
      .testimonial #testimonials-carousel .review .reviewer {
        text-transform: uppercase;
        font-style: normal;
        font-family: "BlissMedium";
        margin: 0;
        color: #000000;
        font-size: 20px; }
          .blue-bg .testimonial #testimonials-carousel .review .reviewer,
		  .red-bg .testimonial #testimonials-carousel .review .reviewer,
		  .darkgrey-bg .testimonial #testimonials-carousel .review .reviewer,
		  .mediumgrey-bg .testimonial #testimonials-carousel .review .reviewer{
			  color: #ffffff;
		  }
  .testimonial .quote {
    font-family: sans-serif;
    position: absolute;
    font-size: 100px;
    font-weight: 100;
    font-style: italic;
    z-index: -1; }
    .testimonial .quote.left {
      line-height: 100%;
      top: 25px;
      left: -40px; }
      @media only screen and (max-width: 767px) {
        .testimonial .quote.left {
          top: 36px;
          left: 0; } }
    .testimonial .quote.right {
      line-height: 0;
      bottom: 50px;
      right: 6px; }
/*
  .testimonial .owl-controls {
    position: absolute;
    top: -webkit-calc(50% - 52px);
    top: calc(50% - 52px);
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .testimonial .owl-controls {
        top: -webkit-calc(50% - 22px);
        top: calc(50% - 22px); } }
*/
.testimonial  .owl-controls .owl-page span{
	background: #ffffff;
}
    .testimonial .owl-controls a {
      color: #FFF;
      font-size: 24px;
      padding: 40px;
      line-height: 0;
      position: absolute; }
      .testimonial .owl-controls a:hover, .testimonial .owl-controls a:active, .testimonial .owl-controls a:focus {
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .testimonial .owl-controls a {
          padding: 10px; } }
      .testimonial .owl-controls a.prev {
        left: -90px; }
        @media only screen and (max-width: 767px) {
          .testimonial .owl-controls a.prev {
            left: 0; } }
      .testimonial .owl-controls a.next {
        right: -90px; }
        @media only screen and (max-width: 767px) {
          .testimonial .owl-controls a.next {
            right: 0; } }

.testimonial-listing h4.reviewer{
	font-size: 20px;
	font-family: "BlissMedium";
	font-style: normal;
	color: #000000;	
}

.about-us .section-content .about-content {
  text-align: center;
  margin-bottom: 0;
  padding: 25px; }
  .about-us .section-content .about-content.left {
    text-align: right; }
  .about-us .section-content .about-content.right {
    text-align: left; }
  @media only screen and (max-width: 992px) {
    .about-us .section-content .about-content {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .about-us .section-content .about-content {
      margin-bottom: 30px; }
      .about-us .section-content .about-content.left, .about-us .section-content .about-content.right {
        text-align: center; }
      .about-us .section-content .about-content.center {
        margin-bottom: 40px; }
      .about-us .section-content .about-content.right {
        margin-bottom: 0; } }
.about-us .section-content figure.about-content {
  padding-top: 10px; }
.about-us .section-content h4 {
  margin-top: 25px; }
  @media only screen and (max-width: 992px) {
    .about-us .section-content h4 {
      margin-top: 0;
      margin-bottom: 15px; } }

.services {
  background: #ffffff;
  background-size: cover; }
  .services .service {
    padding: 30px 15px;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
    transition: all 0.3s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s; }
    .services .service.last {
      margin-bottom: 0; }
    @media only screen and (max-width: 992px) {
      .services .service {
        padding: 2px;
        margin-bottom: 40px; } }
    .services .service .service-icon span {
      font-size: 4em; }
  .services .section-content .secondrow .service {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .services .section-content .secondrow .service {
        margin-bottom: 40px; }
        .services .section-content .secondrow .service.last {
          margin-bottom: 0; } }
  .services .service::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 1px;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 103%;
    border-top: 1px solid rgba(253, 253, 253, 0);
    border-bottom: 1px solid rgba(253, 253, 253, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
    transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s; }
  .services .service::after {
    content: '';
    position: absolute;
    top: 1px;
    left: -3px;
    width: -webkit-calc(100% + 6px);
    width: calc(100% + 6px);
    height: 99%;
    border-right: 1px solid rgba(253, 253, 253, 0);
    border-left: 1px solid rgba(253, 253, 253, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
    transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s; }
  .services .service:hover {
    background-color: #FAFAFA; }
  .services .service:hover::before,
  .services .service:hover::after {
    border-color: #FAFAFA; }

.service-image a:hover img{
	opacity: 0.8;
}

.icon-bg{
	background: #fbf7ef;
	padding: 20px 30px;
}
.icon-bg h3{ margin-bottom: 0; }

.about-service p{
	text-align: left;
}
.about-service p.text-center{
	text-align: center;
}

.funfacts {
  background: url(../images/backgrounds/bg-fun-fact.jpg) no-repeat center center;
  background-size: cover; }
  .funfacts .counter-box {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .funfacts .counter-box {
        margin-bottom: 35px; }
        .funfacts .counter-box.last {
          margin-bottom: 0; } }
    .funfacts .counter-box .counter-icon span {
      font-size: 4em;
      color: #fff; }
    .funfacts .counter-box .count {
      font-size: 24px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #fff;
      margin-top: 20px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .funfacts .counter-box .count {
          margin: 0; } }
    .funfacts .counter-box .count-description {
      color: #fff;
      font-size: 15px;
      margin-top: 15px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media only screen and (max-width: 767px) {
        .funfacts .counter-box .count-description {
          margin: 0; } }

.contact {
  background-color: bg-base-color; }
  .contact .section-content {
     }
    .contact .section-content h5 {
      margin-bottom: 30px;
      letter-spacing: 1px;
      text-transform: none; }
    .contact .section-content .contact-form {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .contact .section-content .contact-form {
          margin-bottom: 60px; } }
      .contact .section-content .contact-form .form-group {
        margin-bottom: 24px; }
      .contact .section-content .contact-form .form-control {
        color: #000;
        border: 1px solid #DDD;
        padding: 6px 20px;
        border-radius: 2px;
        height: auto;
        box-shadow: none; }
      .contact .section-content .contact-form .form-control:focus {
        box-shadow: none;
        outline: none; }
      .contact .section-content .contact-form textarea {
        min-height: 160px; }
    .contact .section-content #map {
      height: 206px; }
    .contact .section-content .google-map {
      margin-bottom: 30px; }
    .contact .section-content .google-map iframe {
      width: 100%; }
    .contact .section-content .contact-info-wrap h5 {
      margin-bottom: 15px !important;
      text-decoration: underline; }
    .contact .section-content .contact-info-wrap .contact-info {
      line-height: 20px;
      font-size: 12px;
      letter-spacing: 1px; }

@media (min-width: 768px) {
  .contact .section-content .contact-form {
    margin-bottom: 0; } }
.contact-full-width {
  padding-bottom: 0 !important; }
  .contact-full-width .contact-info-wrap {
    margin: 60px 0; }
  .contact-full-width #map {
    height: 400px; }

.clients {
  background: black;
  background-size: cover;
  padding: 60px 0; }
  .clients .client-image {
    margin-bottom: 20px; }
    .clients .client-image img {
      opacity: 0.75; }
    .clients .client-image img:hover {
      opacity: 1; }
  .clients .owl-theme .owl-controls {
    height: 0px;
    margin: 20px 0 -20px 0; }

.client-overlay {
  position: relative; }

.client-overlay::before {
  content: '';
  background-color: rgba(48, 48, 48, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }

@media (min-width: 768px) {
  .clients .client-image {
    margin-bottom: 0; } }

.caption{
	font-style: italic;
    text-align: center;
    margin-bottom: 45px;
    font-size: 16px;
}

.blog-content-wrapper img:first-child{ margin: 0 auto; }

.blog .blog-post {
  margin-bottom: 40px; }
  .blog .blog-post header {
    position: relative; }
    .blog .blog-post header .date {
	    background-color: #f1f1f1;
	    position: absolute;
	    padding: 10px;
	    font-size: 22px;
	    text-align: center;
	    font-weight: 300;
	    z-index: 9;
	    text-transform: uppercase;
	    color: #000000;
	}
  .blog .blog-post .blog-element{
	  margin-bottom: 15px;
  }
  .blog .blog-post .blog-content {
/*
    padding: 15px 28px;
    border: 1px solid #f5f5f5;
*/ }
    .blog .blog-post .blog-content h4 {
	    font-size: 24px;
      margin: 0px 0px 20px 0;
      letter-spacing: 1px; }
      .blog .blog-post .blog-content h4 a {
        color: #0071B2; }
    .blog .blog-post .blog-content .post-meta {
      text-transform: uppercase;
      margin-bottom: 18px;
      padding-bottom: 10px;
      font-size: 12px;
      border-bottom: 1px solid #F5F5F5; }
      .blog .blog-post .blog-content .post-meta span {
        color: #CCC; }
        .blog .blog-post .blog-content .post-meta span:first-child a {
          color: #000000; }
        .blog .blog-post .blog-content .post-meta span a {
          color: #CCC;
          border-bottom: 1px transparent; }
        .blog .blog-post .blog-content .post-meta span a:hover {
          text-decoration: none;
          border-bottom-style: solid;
          border-color: inherit; }
    .blog .blog-post .blog-content .post-meta span {
      padding-right: 10px;
      border-right: 1px solid #CCC;
      margin-right: 10px; }
      .blog .blog-post .blog-content .post-meta span:last-child {
        margin-right: 0;
        border-right: 0;
        padding-right: 0; }
    .blog .blog-post .blog-content p {
      color: #000000;
      line-height: 22px; }
	.blog .blog-post .blog-content p.date-mini {
		color: #999;
		font-family: "BlissLight";
		text-transform: uppercase;
		font-size: 16px;
		line-height: 1;
		margin-bottom: 5px;
	}
  .blog .blog-post footer {
    border: 1px solid #DDD;
    padding: 0px 15px; }
    .blog .blog-post footer .comment-count {
      color: #000000;
      position: relative;
      padding-left: 25px; }
    .blog .blog-post footer .comment-count:hover,
    .blog .blog-post footer .comment-count:focus {
      color: #000000; }
    .blog .blog-post footer .read-more {
      color: #000000;
      position: relative;
      padding-left: 25px;
      padding-right: 0;
      text-transform: uppercase; }
    .blog .blog-post footer .read-more:hover,
    .blog .blog-post footer .read-more:focus {
      color: #000000; }

@media (min-width: 768px) {
  .blog .blog-post header .image-slider-carousel .carousel-control.left {
    top: 200px;
    bottom: 5px;
    left: 220px; }
  .blog .blog-post header .image-slider-carousel .carousel-control.right {
    top: 200px; } }
@media (min-width: 992px) {
  .blog .blog-post header .image-slider-carousel .carousel-control.left {
    top: 210px;
    bottom: 5px;
    left: 235px; }
  .blog .blog-post header .image-slider-carousel .carousel-control.right {
    top: 210px;
    right: 10px;
    bottom: 5px; } }
.blog-standard .blog-post {
  margin-bottom: 80px; }
  .blog-standard .blog-post:last-child {
    margin-bottom: 0; }
  .blog-standard .blog-post .featured-image {
    margin-bottom: 30px; }
  .blog-standard .blog-post .post-title {
    margin-bottom: 15px; }
    .blog-standard .blog-post .post-title > a {
      color: #5c5c5c; }
      .blog-standard .blog-post .post-title > a:hover {
        color: #000000;
        text-decoration: none; }
  .blog-standard .blog-post .post-meta {
    color: silver;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 30px; }
    .blog-standard .blog-post .post-meta a {
      color: #656565; }
    .blog-standard .blog-post .post-meta span {
      margin: 0 6px; }
  .blog-standard .blog-post .read-more {
    margin-top: 25px; }
    .blog-standard .blog-post .read-more a {
      text-transform: uppercase;
      color: black;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .blog-standard .blog-post .read-more a:hover {
        color: silver;
        text-decoration: none; }

.blog-carousel-wrapper .loader{
	background: #e6e7e8 no-repeat;
	background-image: url('../images/scouts-loader.gif');
	background-position: center center;
	width: 100%;
	height: 300px;
	text-align: center;
	padding-top: 30px;
}
.blog-carousel-wrapper .blog-post{
	margin-bottom: 0px;
}
.blog-carousel-wrapper .blog-post .blog-element img{
	width: 100%;
}
.blog-carousel-wrapper .blog-post .blog-image-ajax{
	min-height: 190px;
	min-width: 100%;
	background: #e6e7e8;
}
.blog-carousel-wrapper .blog-post .blog-content{
	padding: 15px;
}
.blog-carousel-wrapper .owl-carousel .owl-wrapper {
    display: flex !important;
    margin-bottom: 15px;
}
.blog-carousel-wrapper .owl-carousel .owl-item .item{
    height: 100%;
    max-width: initial;
    margin: 0 15px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background: #ffffff;
}
.blog-carousel-wrapper .owl-carousel .owl-item .item .blog-post{
    height: 100%;
    max-width: initial;
}
.abs-btn-b{
	position: absolute;
	bottom: 10px;
}
.blog-carousel-wrapper{
	position: relative;
}
.blog-carousel-wrapper .owl-controls {
    position: absolute;
    top: -webkit-calc(50% - 52px);
    top: calc(50% - 52px);
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .blog-carousel-wrapper .owl-controls {
        display: none; } }
    .blog-carousel-wrapper .owl-controls a {
      color: #FFF;
      background: #e6e7e8;
      font-size: 24px;
      padding: 0px;
      line-height: 80px;
      position: absolute;
      height: 80px;
      width: 40px;
      border-radius: 80px;
      text-align: center;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
       }
      .blog-carousel-wrapper .owl-controls a:hover, .blog-carousel-wrapper .owl-controls a:active, .blog-carousel-wrapper .owl-controls a:focus {
        text-decoration: none; }
      .blog-carousel-wrapper .owl-controls a:hover{
        text-decoration: none;
        background: #0071B2; }
        .blog-carousel-wrapper .owl-controls a.prev{
	        left: -25px;
		    border-top-right-radius: 0px;
		    border-bottom-right-radius: 0px;
        }
        .blog-carousel-wrapper .owl-controls a.next{
	        right: -25px; 
		    border-top-left-radius: 0px;
		    border-bottom-left-radius: 0px;
        }


.photo-carousel-wrapper .loader{
	background: #e6e7e8 no-repeat;
	background-image: url('../images/scouts-loader.gif');
	background-position: center center;
	width: 100%;
	height: 300px;
	text-align: center;
	padding-top: 30px;
}

.photo-carousel-wrapper{
	position: relative;
}
.photo-carousel-wrapper .owl-controls {
    position: absolute;
    top: -webkit-calc(50% - 60px);
    top: calc(50% - 60px);
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .photo-carousel-wrapper .owl-controls {
        display: none; } }
    .photo-carousel-wrapper .owl-controls a {
      color: #FFF;
      background: #78B037;
      font-size: 38px;
      padding: 0px;
      line-height: 120px;
      position: absolute;
      height: 120px;
      width: 60px;
      border-radius: 120px;
      text-align: center;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
       }
      .photo-carousel-wrapper .owl-controls a:hover, .photo-carousel-wrapper .owl-controls a:active, .photo-carousel-wrapper .owl-controls a:focus {
        text-decoration: none; }
      .photo-carousel-wrapper .owl-controls a:hover{
        text-decoration: none;
        background: #0071B2; }
        .photo-carousel-wrapper .owl-controls a.prev{
	        left: 0px;
		    border-top-left-radius: 0px;
		    border-bottom-left-radius: 0px;
        }
        .photo-carousel-wrapper .owl-controls a.next{
	        right: 0px; 
		    border-top-right-radius: 0px;
		    border-bottom-right-radius: 0px;
        }

/*overriding bootstrap's default pagination */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.pagination > li {
  display: inline-block;
  margin-right: 8px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: black;
  border-color: black; }

.pagination > li > a, .pagination > li > span {
  color: #909090; }
  .pagination > li > a.active{
	  color: #ffffff;
	  background: #0071B2;
  }

.sidebar {
  padding: 0 0 0 30px; }
  .sidebar .widget {
    margin-bottom: 60px; }
    .sidebar .widget.popular-posts .widget-content ul {
      padding: 15px 0 0 0;
      list-style: none;
      color: #b0b0b0; }
      .sidebar .widget.popular-posts .widget-content ul li {
        margin-bottom: 30px; }
      .sidebar .widget.popular-posts .widget-content ul .thumb {
        margin-right: 10px;
        margin-top: -10px; }
      .sidebar .widget.popular-posts .widget-content ul .title {
        color: gray; }
    .sidebar .widget.popular-tags a {
      margin-bottom: 6px; }
    .sidebar .widget.categories ul {
      list-style: none;
      padding: 0; }
      .sidebar .widget.categories ul li {
        line-height: 3em; }
        .sidebar .widget.categories ul li:before {
          content: "\f101";
          font: normal normal normal 14px/1 "Font Awesome 5 Pro";
          margin-right: 15px; }
        .sidebar .widget.categories ul li a {
          color: black; }
          .sidebar .widget.categories ul li a:hover {
            color: gray; }

.left-sidebar .sidebar {
  padding: 0 30px 0 0; }

.blog-grid .blog-element {
  max-height: 290px;
  overflow: hidden; }
  .blog-grid .blog-element img {
    width: 100%; }

#disqus_thread {
  margin-top: 40px; }

.pricing {
  background-color: bg-base-color; }
  .pricing .price-box {
    background-color: #f9f9f9;
    color: #000;
    text-align: center;
    padding: 40px 15px 20px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .pricing .price-box.last {
        margin-bottom: 0; } }
    .pricing .price-box h3 {
      margin-bottom: 30px;
      text-transform: uppercase;
      font-size: 18px;
      margin-top: 0; }
    .pricing .price-box .btn-white {
      border-color: #e3e3e3; }
    .pricing .price-box .price-info {
      position: relative;
      padding: 0 15px 15px;
      margin-bottom: 25px; }
      .pricing .price-box .price-info .price {
        color: #313131;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 40px; }
        .pricing .price-box .price-info .price sup {
          font-size: 20px;
          top: -18px;
          left: -2px; }
      .pricing .price-box .price-info ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .pricing .price-box .price-info ul li {
          display: block;
          margin-bottom: 25px; }
        .pricing .price-box .price-info ul .disabled {
          color: #c7c7c7;
          text-decoration: line-through; }
  .pricing .featured {
    border: 1px solid #000;
    background-color: #FFF; }
    .pricing .featured h3 {
      letter-spacing: 10px; }

.subscribe {
  background: #EB0A2C; }
  .subscribe .btn-default {
    border-color: #ffffff;
    color: #000; }
  .subscribe .subscribe-text {
    padding-left: 60px;
    position: relative;
    margin-bottom: 40px; }
    .subscribe .subscribe-text h2 {
      margin-top: 0; }
    .subscribe .subscribe-text h2, .subscribe .subscribe-text span {
      position: relative;
      z-index: 2;
      color: #fff; }
    .subscribe .subscribe-text span {
      text-transform: uppercase; }
  .subscribe .subscribe-text::before {
    content: '';
    border-right: 1px solid #313131;
    position: absolute;
    right: 0;
    top: -15px;
    bottom: -15px;
    border-width: 3px; }
    @media only screen and (max-width: 767px) {
      .subscribe .subscribe-text::before {
        display: none; } }
  .subscribe .subscribe-text::after {
    position: absolute;
    content: "\f003";
    font-family: "Font Awesome 5 Pro";
    color: #313131;
    z-index: 1;
    top: -29px;
    left: -12px;
    font-size: 6em;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg); }
  .subscribe .subscribe-form {
    margin-top: 10px;
    margin-bottom: 10px; }
    .subscribe .subscribe-form .input-group-addon {
      padding: 0;
      border: 0;
      background: rgba(255, 255, 255, 0.9);
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .subscribe .subscribe-form .input-group-addon:hover {
        background: rgba(255, 255, 255, 0.75); }
  .subscribe .subscribe-form input[type="email"] {
	  height: 64px;
    background: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: none;
    color: #000000;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important; }
  .subscribe .subscribe-form input[type="submit"] {
    border: 0;
    color: #000;
    background-color: transparent; }
  .subscribe .spam-text {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .subscribe .spam-text {
        text-align: center;
        margin-bottom: 0; } }

@media (min-width: 768px) {
  .subscribe .subscribe-text {
    margin-bottom: 0; } }
.why-choose-us .why-explain {
  position: relative; }
  .why-choose-us .why-explain::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: #EAEAEA;
    border: 1px solid #E5E5E5;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    border-radius: 100%;
    background-color: #ffffff; }
    @media only screen and (max-width: 992px) {
      .why-choose-us .why-explain::before {
        display: none; } }
  .why-choose-us .why-explain.top::before {
    top: 20px;
    left: 0; }
  .why-choose-us .why-explain.bottom::before {
    left: 0; }
@media only screen and (max-width: 767px) {
  .why-choose-us h4 {
    margin-bottom: 10px; }
  .why-choose-us p {
    margin-bottom: 35px; }
    .why-choose-us p.last {
      margin-bottom: 0px; }
  .why-choose-us .why-explain-wrap {
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #dadada; }
    .why-choose-us .why-explain-wrap.last {
      border-bottom: none;
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .why-choose-us .why-us-image {
    margin-bottom: 60px;
    margin-top: 30px; } }
@media (min-width: 992px) {
  .why-choose-us h4 {
    margin: 0px 0px 15px 25px; }
  .why-choose-us .section-content p {
    padding: 25px; }
  .why-choose-us .why-explain {
    margin-right: 25px; }
    .why-choose-us .why-explain::before {
      -webkit-transition: 0.6s;
      transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .why-choose-us .why-explain.top {
      border-top: 1px solid #E5E5E5;
      border-right: 1px solid #E5E5E5;
      -webkit-perspective: 1000;
      perspective: 1000; }
      .why-choose-us .why-explain.top::before {
        top: -19px;
        left: -32px; }
      .why-choose-us .why-explain.top::after {
        content: "";
        position: absolute;
        height: 35px;
        right: 0;
        bottom: -35px;
        border-top: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5; }
    .why-choose-us .why-explain.top-1::after {
      width: 35%; }
    .why-choose-us .why-explain.top-2::after {
      width: 70%; }
    .why-choose-us .why-explain.top-3::after {
      width: 105%; }
    .why-choose-us .why-explain.bottom {
      border-bottom: 1px solid #E5E5E5;
      border-right: 1px solid #E5E5E5;
      padding: 0;
      -webkit-perspective: 1000;
      perspective: 1000; }
      .why-choose-us .why-explain.bottom h4 {
        padding-top: 15px; }
      .why-choose-us .why-explain.bottom::before {
        bottom: -19px;
        left: -32px; }
      .why-choose-us .why-explain.bottom::after {
        content: "";
        position: absolute;
        height: 35px;
        top: -35px;
        right: 0;
        border-bottom: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5; }
    .why-choose-us .why-explain.bottom-1::after {
      width: 0;
      right: -1px; }
    .why-choose-us .why-explain.bottom-2::after {
      width: 25%; }
    .why-choose-us .why-explain.bottom-3::after {
      width: 65%; }
  .why-choose-us .why-explain-wrap:hover .why-explain::before {
    background-color: #fdfdfd;
    color: #313131; } }
.our-process {
  background-color: #ffffff;
  padding-bottom: 0;
  /* Devider */ }
  .our-process .section-content {
    margin: 0 136px; }
    @media only screen and (max-width: 992px) {
      .our-process .section-content {
        margin: 0; } }
  .our-process .our-process-image {
    height: 8em;
    width: 8em;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    display: table;
    margin-bottom: 10px;
    float: right;
    margin-left: 40px; }
    @media only screen and (max-width: 767px) {
      .our-process .our-process-image {
        margin: 0;
        height: 6em;
        width: 6em; } }
    .our-process .our-process-image span {
      font-size: 4em;
      color: #000;
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .our-process .our-process-image span {
          font-size: 3em; } }
  .our-process .our-process-image.left {
    float: left;
    margin-right: 40px;
    margin-left: 0px; }
  .our-process .process {
    margin: 80px 0; }
    .our-process .process .our-process-text.right {
      text-align: right; }
  .our-process .divider {
    margin-top: 40px;
    height: 1px;
    width: -webkit-calc(100% - 112px);
    width: calc(100% - 112px);
    position: relative;
    border-bottom: 2px dotted #dadada;
    margin: 0 auto; }
    .our-process .divider img {
      position: absolute;
      left: -webkit-calc(50% - 68px);
      left: calc(50% - 68px);
      top: -47px; }
  .our-process .divider-right::after {
    content: "";
    position: absolute;
    top: 2px;
    height: 25px;
    left: 0;
    border-left: 2px dotted #dadada; }
  .our-process .divider-right::before {
    content: "";
    position: absolute;
    top: -26px;
    height: 25px;
    right: 0;
    border-left: 2px dotted #dadada; }
  .our-process .divider-left::after {
    content: "";
    position: absolute;
    top: -26px;
    height: 25px;
    left: 0;
    border-left: 2px dotted #dadada; }
  .our-process .divider-left::before {
    content: "";
    position: absolute;
    top: 2px;
    height: 25px;
    right: 0;
    border-left: 2px dotted #dadada; }

.gallery .og-grid li > a {
  border: none;
  outline: none;
  display: block;
  position: relative; }
.gallery .og-close::before, .gallery .og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.gallery .og-fullimg {
  width: 66%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative; }
.gallery .og-details {
  width: 33%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative; }
.gallery .og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .gallery .og-grid li {
    display: inline-block;
    vertical-align: top;
    height: 250px;
    margin: 10px -2px;
    width: 33.33%;
    padding: 10px; }
    @media only screen and (max-width: 767px) {
      .gallery .og-grid li {
        width: 100%; } }
    .gallery .og-grid li > a {
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat; }
    .gallery .og-grid li.og-expanded {
      margin-bottom: 35px; }
      .gallery .og-grid li.og-expanded > a::after {
        top: auto;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        bottom: -15px;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fbf7ef;
        border-width: 15px;
        left: 50%;
        margin: -20px 0 0 -15px; }
  .gallery .og-grid.og-grid-4col li {
    width: 25%; }
    @media only screen and (max-width: 767px) {
      .gallery .og-grid.og-grid-4col li {
        width: 100%; } }
  .gallery .og-grid.og-grid-5col li {
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .gallery .og-grid.og-grid-5col li {
        width: 100%; } }
.gallery .og-expander {
  position: absolute;
  background: #fbf7ef;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 15px;
  text-align: left;
  height: 0;
  overflow: hidden; }
.gallery .og-expander-inner {
  padding: 50px 30px;
  height: 100%; }
.gallery .og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  .gallery .og-close:hover::before {
    background: #333; }
  .gallery .og-close:hover::after {
    background: #333; }
.gallery .og-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.gallery .og-fullimg {
  text-align: center; }
  .gallery .og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%; }
.gallery .og-details {
  padding: 0 40px 0 20px; }
  .gallery .og-details h3 {
    padding: 40px 0 10px;
    margin-bottom: 10px; }
  .gallery .og-details p {
     }
  .gallery .og-details a {
    margin: 30px 0 0;
    outline: none; }
.gallery .og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both; }
@-webkit-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }
@keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }
@media screen and (max-width: 830px) {
  .gallery .og-expander h3 {
     }
  .gallery .og-expander p {
    font-size: 16px; }
  .gallery .og-expander a {
    font-size: 16px; } }
@media screen and (max-width: 650px) {
  .gallery .og-fullimg {
    display: none; }
  .gallery .og-details {
    float: none;
    width: 100%; } }

.footer {
  background-color: #4a4a4a;
  color: #ffffff;
  padding: 16px 0; }
  .footer a{ color: #ffffff; text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .footer {
      text-align: center; }
    .copyright.pull-left, .copyright.pull-right{
	    float: none !important;
    }  
  }
  .footer .copyright {
    color: #fff;
	font-size: 16px;
    margin: 0;
    line-height: 100%;
    display: inline-block; }
    

.footer-widgets {
	background: #EB0A2C; margin-top: 30px; }
	
.footer-widgets,
.footer-widgets p {
	font-family: "BlissMedium";
	font-size: 20px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: #ffffff; }
  
.footer-logo{
	max-width: 100%;
	margin-bottom: 10px;
}
.footer-widgets h3 {
	font-size: 26px;
	color: #FFFFFF;
	margin-bottom: 40px;
	margin-top: 0;
}
  
.footer-widgets a {
	color: #ffffff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s; }
	
.footer-widgets a:hover {
	color: #000;
	text-decoration: none; }

.footer-widgets .footer-nav {
	margin: 0;
	list-style-type: none;
	padding: 0; }

.footer-widgets .footer-social-block {
	font-size: 30px;
	margin: 30px 0 30px 0;
	list-style-type: none;
	padding: 0; }
.footer-widgets .footer-social-block li {
	display: inline-block; }
.footer-widgets .footer-social-block li a {
	display: block; }
.footer-widgets .footer-social-block li {
	padding: 0 10px 0 0; }
.footer-widgets .footer-menu li:last-child {
	padding-right: 0; }
.footer-widgets .footer-social-block li:last-child {
	padding-right: 0; }
	
.four-o-four {
  display: table;
  height: 100vh;
  width: 100%;
  background-image: url(../images/404.jpg);
  background-size: contain;
  background-position: 20% center;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .four-o-four {
      background-position-x: 0; } }
  @media (max-width: 767px) {
    .four-o-four {
      background-image: none;
      text-align: center; } }
  .four-o-four .four-o-four-inner {
    display: table-cell;
    vertical-align: middle; }
    .four-o-four .four-o-four-inner h1 {
      font-weight: bold; }

/* Spacer Style   ||-----------*/

.spacer-15 {
    width: 100%;
    height: 15px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.spacer-45 {
    width: 100%;
    height: 45px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.spacer-75 {
    width: 100%;
    height: 75px;
}

.spacer-90 {
    width: 100%;
    height: 90px;
}

.no-padding {
    padding: 0 !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}
.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (max-width: 991px) {


    .mtb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-sm-60 {
        margin-top: 60px;
    }

    .mb-sm-60 {
        margin-bottom: 60px;
    }

    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mt-sm-45 {
        margin-top: 45px;
    }

    .mb-sm-45 {
        margin-bottom: 45px;
    }

    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }

    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .ptb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pb-sm-80 {
        padding-bottom: 80px;
    }

    .pt-sm-80 {
        padding-top: 80px;
    }

    .float-none-sm {
        float: none !important;
    }

    .float-left-sm {
        float: left !important;
    }

    .float-right-sm {
        float: right !important;
    }
}

@media (max-width: 767px) {

    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }

    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mtb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-xs-60 {
        margin-top: 60px;
    }

    .mb-xs-60 {
        margin-bottom: 60px;
    }

    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-xs-30 {
        padding-top: 30px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }

    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .float-none-xs {
        float: none !important;
    }

    .float-left-xs {
        float: left !important;
    }

    .float-right-xs {
        float: right !important;
    }
}

.label-default{
	background-color: #000000;
	color: #ffffff; 
	position: relative;
	border-radius: 0px;
	font-size: 16px;
	padding: .2em .6em .3em 1em;
}
.label-default:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #ffffff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.red-bg .label-default{
	background-color: #ffffff;
	color: #EB0A2C; 
	position: relative;
	border-radius: 0px;
	font-size: 16px;
	padding: .2em .6em .3em 1em;
}
.red-bg .label-default:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #EB0A2C;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.red-bg .table,
.red-bg .table th,
.red-bg .table td,
.green-bg .table,
.green-bg .table th,
.green-bg .table td,
.dark-blue-bg .table,
.dark-blue-bg .table th,
.dark-blue-bg .table td,
.blue-bg .table,
.blue-bg .table th,
.blue-bg .table td,
.darkgrey-bg .table,
.darkgrey-bg .table th,
.darkgrey-bg .table td,
.mediumgrey-bg .table,
.mediumgrey-bg .table th,
.mediumgrey-bg .table td
{
	border-color: #ffffff !important;
	font-size: 22px;
}
.table.table-centered{
	width: auto;
	margin: 0 auto;
}
.table.table-centered,
.table.table-centered th,
.table.table-centered td{
	border: none;
    padding: 5px 20px;
}
.table.table-centered th:first-child,
.table.table-centered td:first-child{
	text-align: right !important;
	border-right: 2px solid;
}
.table.table-centered th{
	border-bottom: 2px solid;
}

.table thead tr:first-child,
.table.table-striped thead tr:first-child{
	background: #EB0A2C;
	color: #fff;
	text-transform: uppercase;
	font-family: "BlissHeavy";
}

.applicationform label{
	color: #EB0A2C;
    font-size: 24px;
    margin-top: 35px;
}

.applicationform .form-group label{
	color: #000000;	
    font-size: 18px;
    margin-top: 0px;
}

.error{
	color: red;
}
select.input-lg{ height: 50px; line-height: 50px; }

.tabhidden{
	display: none !important;
}

.video-embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section table.fd-table .fd-header{
	background-color: #0071B2;
}

.nobreak{
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.section .pull-right{
		float: none !important;
		padding-left: 0px !important; 
	}
	.pull-right .btn{
		display: block !important;
		width: 100% !important;
	}	
}

.videos .loader{
	background: #e6e7e8 no-repeat;
	background-image: url('../images/scouts-loader.gif');
	background-position: center center;
	width: 100%;
	height: 230px;
	text-align: center;
	padding-top: 30px;
}
.videos h5{
	font-family: "BlissMedium";	
}
.videos h5 a{
	color: #000;
}

.program-listing{
	margin: 0;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);	
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.program-listing:hover{
	transform: scale(1.05) translate3d( 0, 0, 0);
}
.program-listing .image img{
	width: 100%;
}
.program-listing .icon{
	padding: 0 15px;
}
.program-listing .icon img{
	max-width: 80px;
}
.program-listing .content{
	padding: 15px 15px;
    min-height: 285px;
    position: relative;
}
.program-listing .content h4{
	margin: 0;
	text-transform: uppercase;
}
.program-listing .content h5{
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "BlissMedium";
}
.program-listing .content p{
	margin-top: 15px;
	font-size: 17px;
}

.program-listing.video .titlecontent{
	padding: 15px 15px;
    min-height: 115px;
}
.program-listing.video .titlecontent h4{
	margin: 0;
	text-transform: uppercase;
}
.program-listing.video .titlecontent h5{
	margin: 0;
	margin-bottom: 5px;
	text-transform: none;
	font-size: 20px;
	font-family: "BlissMedium";
}

.youtube-playicon{
	display: block;
	position: relative;
}
.youtube-playicon:after{
	display: block;
	content: "\f167";
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-family: "Font Awesome 5 Brands";
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	opacity: 0.8;
}
.youtube-playicon:hover:after{
	opacity: 1;
}
.youtube-playicon:hover img{
	opacity: 0.8;
}

select.persona-select{
	width: auto;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
    line-height: 60px;
    font-size: 26px;
    font-family: "BlissMedium";
    text-indent: 10px;
}
@media (max-width: 767px){
	select.persona-select{
		width: 100%;
	    font-size: 16px;
	}
}

.img-persona{
	background-image: url('../images/img-persona.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.locatorHidden{
	display: none;
}
.locatorHidden.loader{
	background: #e6e7e8 no-repeat;
	background-image: url('../images/scouts-loader.gif');
	background-position: center center;
	width: 100%;
	height: 300px;
	text-align: center;
	padding-top: 30px;
}

.locatorSearching{ line-height: 70px; font-size: 34px; color: #f1752b; }
.locatorDonesearching{ line-height: 70px; font-size: 34px; color: #78b037; font-weight: bold; }

@media (max-width: 767px){

#locatorSection{ margin-top: 20px; }

.locatorSearching,
.locatorDonesearching{ line-height: 56px; }

}


#mapdisplay{
	display: none;
	width: 100%;
	height: 400px;
	background: #e6e7e8;
}
#resultsDisplay .panel-body{
	padding-top: 0;
}
#resultsDisplay .panel-body h5{
	color: #000;
	margin: 0;
}
.map-infowindow h5 a{
	color: #0071B2;
	margin: 0;
}

.novacancy .panel-heading a.collapsed{
	color: #e6aab3;
}
.panel-heading a .marker{
	color: #fff;
    background: #0071B2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 31px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.panel-heading a.collapsed .marker{
    background: #888888;
}
.novacancy .panel-heading a.collapsed .marker{
	background: #e6aab3;
}

.filemanager-list{
	list-style: none;
	padding-left: 0px;
	
	-webkit-column-count: 3;
		-moz-column-count: 3;
	    column-count: 3;
}
.filemanager-list li{
	overflow: hidden;
	text-overflow: ellipsis;
}
.filemanager-list li > a{
	white-space: nowrap;
	width: 101%;
    display: inline-block;
}
.filemanager-list li > a:hover,
.filemanager-list li > a:focus,
.filemanager-list li > a:active{
	background: #e6e7e8;
}
#popoverContainer .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 20px;
    background-color: #EB0A2C;
    border-bottom: 1px solid #EB0A2C;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-weight: 500;
    font-family: "BlissMedium", sans-serif;
}
#popoverContainer .popover-title span{
	font-size: 14px;
    font-family: "BlissLight", sans-serif;
    font-style: italic;
}
#popoverContainer .popover {
	width: 400px;
	max-width: none;	
}
#popoverContainer .popover p{
	font-size: 12px;
	color: #888;
}
#popoverContainer .popover textarea{
	height: 47px;
	resize: none;
	overflow: hidden;
}
@media (max-width: 991px) {
	.filemanager-list{
		-webkit-column-count: 2;
			-moz-column-count: 2;
		    column-count: 2;
	}
}
@media (max-width: 767px) {
	.filemanager-list{
		-webkit-column-count: 1;
			-moz-column-count: 1;
		    column-count: 1;
	}
	#popoverContainer .popover {
		width: 100%;
		max-width: none;	
	}
}
#filemanagerSearch{
	padding-right: 60px;
	font-size: 30px;
	padding: 16px;
}

.regionalmap-list{
	list-style: none;
	padding-left: 0px;
	
	-webkit-column-count: 2;
		-moz-column-count: 2;
	    column-count: 2;
}
.regionalmap-list li.active{
	background: #e6e7e8;
	padding-left: 5px;
}
.regionalmap-display{
	position: relative;
	width: 100%;
	height: 725px;
}
.regionalmap-display img{
	position: absolute;
	top: 0px;
}
.regionalmap-overlay{ 
	width: 250px;
	padding: 5px 15px;
	border: 4px solid #000;
	background: #ffffff;
	position: absolute;
	top: 50px;
	left: calc(50% - 140px);
	z-index: 999;
}
.regionalmap-overlay a{
    font-weight: 500;
    font-family: "BlissMedium", sans-serif;	
}
.sisea-results{
    font-style: italic;
}
.simplesearch-highlight{
    font-weight: 500;
    font-family: "BlissMedium", sans-serif;
	
}
.sisea-result{ 
	border: 2px solid #e6e7e8;
	padding: 40px;
	margin: 20px 0;
}
.sisea-result h5 a{ color: inherit; }
.sisea-search-form{
	position: relative;
}
.sisea-search-form .form-control{
	padding-right: 60px;
	font-size: 30px;
	padding: 16px;
}
.sisea-search-form button{
    background: transparent;
    border: none;
    color: #EB0A2C;
	font-size: 35px;
	padding: 13px 16px 10px 8px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.alphalist {list-style: lower-alpha;}

.event .allday .startdate{ display: none !important; }