
@-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(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}






@font-face {
  font-family: 'ZapfDingbats';
  src: 	url('../fonts/ZapfDingbats.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/ZapfDingbats.woff') format('woff'), 
		url('../fonts/ZapfDingbats.ttf')  format('truetype'), 
		url('../fonts/ZapfDingbats.svg#ZapfDingbats') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
}

.modal {
	z-index: 9999999 !important;
}

.clear {
	clear:both;
}

h2 {
	margin-bottom: 20px;
}

ul, ol {
	margin-bottom: 20px;
}

a {
	color: #B81738;
	outline: 0!important;
}

hr {
	border-color: rgba(60, 60, 59, 0.2) !important;
}

input::-moz-focus-inner { 
  	border: 0; 
}

object, embed { 
  	outline: 0;
}

.subpage-content a, .main-content-area a {
	font-weight:500;
}

.main-content-area p img {
    max-width: 100%;
}

a:hover, a:focus {
	color: #9e1330;
	text-decoration:none;
}

body {
	font-family: 'Lato', sans-serif;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

header {
	position: relative;
	min-height: 120px;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #3D3D3C;
	color:#ffffff;
    font-weight: 700;
    vertical-align: middle;
}

.mobile-filter-bar, .mobile-form-close, .mobile-form-close-text {
	display:none;
}

#map {
	width:100%;
	padding:0px 40px;
	height:auto;
	max-width: 980px;
    margin: auto;
	/*display:none;*/
}

.map-box, #map, #map svg {
  	min-height: 505px;
}

#map svg {
	width:100%;
	height:auto;	
}

#mapoverlay {
    pointer-events: none;
    position:absolute;
}

g path {
	-webkit-transition: 0.2s all;   
    -webkit-transition-delay: 0.2s; 
    -moz-transition: 0.2s all;   
    -moz-transition-delay: 0.2s; 
    -ms-transition: 0.2s all;   
    -ms-transition-delay: 0.2s; 
    -o-transition: 0.2 all;   
    -o-transition-delay: 0.2s; 
    transition: 0.2s all;   
    transition-delay: 0.2s; 
	fill:#ccc;
}

g#europe:hover path, g#europe2:hover path, g#americas:hover path, 
g#africa:hover path, g#asia-pacific:hover path, g#asia-pacific2:hover path, 
g#australia-w:hover path, g#australia-e:hover path, g#middle-east:hover path {
	fill:#B81639;
	cursor: pointer;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    -transition-delay: 0s;	
}


.marker-icon {
	-webkit-transition: 0.2s all;   
    -webkit-transition-delay: 0.2s; 
    -moz-transition: 0.2s all;   
    -moz-transition-delay: 0.2s; 
    -ms-transition: 0.2s all;   
    -ms-transition-delay: 0.2s; 
    -o-transition: 0.2 all;   
    -o-transition-delay: 0.2s; 
    transition: 0.2s all;   
    transition-delay: 0.2s; 
}


.zback, .marker-icon:hover {
	z-index:-999!important;	
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    -transition-delay: 0s;	
}

.map-box {
	position:relative;	
	max-width:879px;
	width:100%;
	height:auto;	
	margin:40px auto 20px auto;
	min-height:505px;
}


.marker-icon {
    position:absolute;  
    height: 22px;
    width: 22px;
	z-index:9;
}

.gps_ring.large {
	height: 34px;
    width: 34px;
}

.gps_ring {
    border: 3px solid #B81639;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 22px;
    width: 22px;
    position: absolute;
    left:0px;
    top:0px;
    -webkit-animation: pulsate 1.3s ease-out;
    -moz-animation: pulsate 1.3s ease-out;
    animation: pulsate 1.3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    -moz-animation-iteration-count: infinite; 
    animation-iteration-count: infinite; 
    opacity: 0.0
}

.dot.large {
	width: 14px;
	height: 14px;
	left:10px;
    top:10px;
}

.dot {
    width: 8px;
	height: 8px;
	background: #B81639;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    position:absolute;
    left:7px;
    top:7px;

}

/* Global Map Co-Ordinates */



#london-icon {
	left: 44.5%;
    top: 25.7%;
}

#toronto-icon {
	left: 27.8%;
    top: 29.9%;
}

#dubai-icon {
  	left: 58.7%;
    top: 44.7%;
}

#singapore-icon {
    left: 71%;
    top: 59.5%;
}



@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); opacity: 0.0;}
}

@-moz-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); opacity: 0.0;}
}

@keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2);  opacity: 0.0;}
}

/* End Map */

.col-special {
    width: 37.5%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -69px;
}

.footer, .push {
  height: 69px;
}

.navbar-brand {
	margin-top: 11px;
	height: auto;
}

.navbar-brand>img {
    display: block;
	width:auto;
	height:74px;
	/*width:163px*/
}

.headr-top-bar {
	float: right;
	margin-top: 40px;
}

.main-menu {
	clear: right;
}

nav.navbar {
	margin-bottom: 0;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar.first {
	top: 6px;
	transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar.middle {
	opacity: 0;
}

.navbar-toggle.active .icon-bar.last {
	top: -6px;
	transform: rotate(-45deg);
}

.register-signin {
	float: right;
	margin-left: 25px;
	font-size: 12px;
}

.register-signin ul li {
	padding: 0;
}

.register-signin ul li a {
	color: rgb(184, 23, 54);	
	font-size: 12px;
}

.register-signin ul li a:hover {
	text-decoration:none;
	color: #333;
}

.register-signin ul li:after {
	content: "|";
	margin-left: 5px;
	margin-right: 5px;
}

.register-signin ul li:last-child:after {
	display: none;
}

#header-search-form {
	float: right;
}

#header-search-form label {
	color: rgb(184, 23, 54);	
}

#header-search-form input {
	border: 1px solid #333;
	padding: 2px 7px;
	color: #333;
	margin-left: 10px;
	height: 22px;
	width: 168px;
	font-size: 12px;
}

marquee {
	max-height:20px;
}

marquee br {
    display: none;
}

.main-menu {
	margin-bottom: 4px;
	text-transform:uppercase;
}

.main-menu>li.active>a {
	color: rgb(184, 23, 54);		
}

.main-menu>li>a {
	color: #333;
	padding: 12px 8px;
	font-size: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.main-menu>li.current-menu-item>a,
.main-menu>li>a:hover,
.main-menu>li>a:focus {
	background-color: transparent;
	color:#B71739;
}
.main-menu>li:last-child>a {
	padding-right: 0;
}

.main-menu>li.highlight {
    background: #b81738;
}

.main-menu>li.highlight a {
    color: #ffffff !important;
    padding: 12px 8px;
}

.header-bottom-area {
	position: absolute;
    border-top: 9px solid #3C3C3B;
    background-color: #3C3C3B;
    top: 120px;
    left: 0px;
    right: 0px;
    z-index: 99999;
}

.header-submenu {
	background-color: #3C3C3B;
	text-transform:uppercase;

	transition: .3s;

}

.header-submenu.header-submenu-inverse {
	background-color: #DADADA;
}

.hamburger-btn {
    position: absolute;
    height: 24px;
    width: 50px;
    margin-left: -25px;
    border-radius: 0 0 40px 40px;
    left: 50%;
    text-align: center;
    top: -9px;
    background-color: #B81639;
    z-index: 999;
}

.hamburger-btn button {
	display: block;
	background-color: transparent;
	border: 0;
	margin: 4px auto 0;
	outline: 0 !important;
}

.hamburger-btn span.icon-bars {
	height: 2px;
	width: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	background-color: #ffffff;
	display: block;
}

.header-submenu ul {
	padding-top: 0px;
	margin-bottom: 0;
}

.header-submenu ul li a {
	color: #fff;
	padding: 10px 5px 9px;
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size:14px;
}

.header-submenu ul li a:hover {
	text-decoration:none;
	color: #ACACAC;
}




.header-submenu-inverse {
	
}


.header-submenu-inverse ul li a {
	color: #000;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.header-latest-news {
	background-color: #DADADA;
	overflow: hidden;
	-webkit-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s;
	max-height:34px;

	display: none !important;
}

.header-latest-news.submenu-style {
	background-color: #3C3C3B;
	color: #fff;
	-webkit-transition: 1s all 1s;
	-o-transition: 1s all 1s;
	transition: 1s all 1s;
}

/*.header-latest-news.submenu-style a {
	color: #fff;
}*/

.header-latest-news h4 {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	float: left;
    margin: 8px 0;
    text-transform: uppercase;
    color: #B71739;
    font-size: 17px;
    font-weight: bold;
}

.header-latest-news-text {
	float: left;
	margin-top: 7px;
	width: calc(100% - 128px);
}

.header-latest-news-text a {
	color: #333;
	text-decoration:none;
}

.header-latest-news.submenu-style .header-latest-news-text a{
	color: #fff;
	text-decoration: none;
}

.header-latest-news-text i{
	color: #B81738 !important;
}

.um_input {
    width: 100%!important;
    height: 35px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    margin: 0px;
	padding:0px 10px;
	line-height:35px;
}

.pf_label {
    display: block;
    font-weight: bold;
    padding: 0px;
}

.hero-area {
	/*min-height: calc(100vh - 189px);*/
	background: url('../img/hero-bg.jpg') no-repeat top center;
	background-size: cover;
	position: relative;
}

.hero-area h1 {
    line-height: 1;
    font-size: 56px;
    max-width: 600px;
    font-weight: bold;
    margin-top: 150px;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.hero-area h1 span {
	color: #B81639;
}

.hero-area p {
    max-width: 425px;
    font-size: 17px;
    line-height: 22px;
}

.home-intro-area .hero-btn,
.cta-widget-area .hero-btn {
	margin-top: 18px;
	margin-bottom: 20px;
}

.home-intro-area,
.cta-widget-area {
    padding: 55px 0 20px;
    text-align: center;
    background-color: #DADADA;
}

.cta-widget-area h2,
.home-intro-area h1 {
    line-height: 1;
    font-size: 56px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.cta-widget-area h2 span,
.home-intro-area h1 span {
	color: #B81639;
}

.thumb-widget {
	margin-bottom: 40px;
}

.thumb-widget h4 {
	font-weight: bold;
	text-align: center;
}

.thumb-widget-img {
	height: auto;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.thumb-widgets-area {
    padding-bottom: 50px;
}


.thumb-widget > a {
	display: block;
	text-decoration: none !important;
	color: #3c3c3b;
}

#hero-video {
	width: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    height: calc(100vh - 419px);
    min-height: 300px;
}

.floating-notice-btn {
    position: absolute;
    bottom: 0px;
    right: 0;
    text-align: center;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #ffffff;
/*    width: 210px;
    height: 85px;
    border-bottom: 150px solid #9e1330;
    border-left: 450px solid transparent;*/
}

.floating-notice-btn a {
    color: #ffffff;
    background: #000000;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}

.floating-notice-btn h4 {
	position: relative;
	z-index: 2;
}

.floating-notice-inner {
    position: absolute;
    width: 200px;
    height: 70px;
    right: 35px;
    bottom: -140px;
}

.floating-notice-btn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 150px solid #9e1330;
    border-left: 450px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 0;
}

.hero-btn {
    background-color: #B81738;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 28px;
    font-size: 15px;
    padding: 0 24px;
    height: 42px;
    line-height: 40px;
    margin-bottom: 50px;
}

.hero-btn:hover,
.hero-btn:focus {
	color: #fff;
}

#signIn-form {

}

#signIn-form label[for="remember-pass"]{
	vertical-align: middle;
}

#remember-pass {
	vertical-align: top;
	margin-right: 7px;
}

#signIn-modal .modal-footer {
	text-align: left;
}


#signIn-modal .btn-login {
	width: 100%;
	font-size: 16px;
	border-radius: 3px;
	color: #fff !important;
	text-transform: uppercase;
	background-color: #B81738;
}


#register-account .btn-register {
	width: 100%;
	font-size: 16px;
	border-radius: 3px;
	color: #fff !important;
	text-transform: uppercase;
	background-color: #B81738;
}

#register-account input[type=checkbox] {
	vertical-align: top;
}

label[for="reg-unscribe"],
label[for="reg-unscribe-tel"] {
	max-width: calc(100% - 35px);
	margin-left: 5px;
}




/*-------------- end homepage -------------*/

.subpage-content h1 {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 52px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 25px;
}

.subpage-content p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 300;
}

.subpage-content b {
	font-weight: 600;
}

.subpage-content h5 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
}

.subpage-content h5 span {
	color: #B71739;
}

.subpage-content img {
	/* max-width: 100%; */
	height: auto;
}

.col-sm-3 ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	padding: 0;
	clear: both;
}

.col-sm-3 ul.dual-break {
	margin-bottom:30px;
}

.single-expert-summary ul, .main-content-area ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
}



ul.red-bullet, .single-expert-summary ul {
	margin-bottom: 20px;
	margin-top: 20px;
}

.subpage-content ul.red-bullet li, .single-expert-summary ul li, .main-content-area ul li {
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
	margin-left:30px;
}


.single-expert-summary ul.download-cv-contact li {
	margin-left:0px;
}

.subpage-content ul.red-bullet li:before, .single-expert-summary ul li:before, .main-content-area ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color: #B81639;
	display: inline-block;
	position: absolute;
    margin-left: -27px;
    margin-top: 6px;
}

.contact-content {
	padding-top: 0px;
}

.main-content-area .bootstrap-select.btn-group ul.dropdown-menu.inner li:before,
.single-expert-summary ul.download-cv-contact li:before {
	display: none;
}

.main-content-area .bootstrap-select.btn-group ul.dropdown-menu.inner li {
	margin-left: 0;
}

.about-content {
	padding-bottom: 60px;
}

.subpage-banner {
/*	height: 52vh;
	background-size: cover;
	background-position: center center;*/
}

.subpage-banner img {
	width: 100%;
	height: auto;
}

/* .about-banner.subpage-banner {
	background: url('../img/about-bg.jpg');
	background-size: cover;
} */

.about-faq-btn {
	width: 100%;
	height: 100px;
	text-transform: uppercase;
	background-color: #B81738;
	margin: 5px 0 15px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 45px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.abt-faq-content {
	margin: auto;
	line-height: 18px;
	font-weight: 300;
}


.about-faq-btn a {
	display: block;
	color: #fff;
	text-decoration: none !important;
	font-size: 18px;
}

.about-faq-btn span {
	margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    border: 1px solid #fff;
    line-height: 23px;
    text-align: center;
}





/*--------------------- end about page ----------------*/


.expert-banner {
	background: url('../img/experts-bg.jpg') no-repeat center center;
	background-size: cover;
}

.all-experts-thumbs {
	padding-top: 20px;
}

.add-padding {
	padding-top: 200px !important; 
}

.single-expert-thumb {
	margin-bottom: 25px;
	max-width: 240px;
	min-height: 330px;
	width:100%;
    position: relative;
}

.single-expert-thumb h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 15px;
    line-height: 1;
}

.single-expert-thumb p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 9px;
}

.single-expert-thumb a {
	color: #B81639;
	font-size: 12px;
	display: inline-block;
}

.single-expert-img img {
	max-width: 100%;
	width: 100%;
	position: relative;
	height:auto;
}

.view-all-experts-btn {
	height: 60px;
	width: 256px;
	line-height: 60px;
	background-color: #B81639;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 0;
	border-radius: 0;
	margin: 10px auto 70px;
	display: block;
	font-size: 24px;
}


.view-all-experts-btn:hover, 
.view-all-experts-btn:focus {
	color: #fff;
}

.scroll-next-section {
    margin-top: 10px;
}

.scroll-next-section a {
	text-decoration: none !important;
	color: #B81639;
	display: inline-block;
    -webkit-animation: bounce 3000ms infinite;
    -moz-animation: bounce 3000ms infinite;
    -ms-animation: bounce 3000ms infinite;
    -webkit-animation: bounce 3000ms infinite;
    -o-animation: bounce 3000ms infinite;
    font-size: 24px;
}

#find-expert-filter {
	background-color: #B81639;
    padding-bottom: 25px;
    padding-top: 20px;
}

#find-expert-filter.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
	margin: 0px;
}


#find-expert-filter h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 28px;
    line-height: 1;
    margin-bottom: 13px;
    font-weight: bold;
}

#find-expert-filter p {
    float: left;
    color: #fff;
    font-size: 15px;
    margin-bottom: 19px;
}

#find-expert-filter button[type="reset"] {
	float: right;
	height: 28px;
	width: 110px;
	background-color: #3c3c3b;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 0;
	line-height: 28px;
	text-transform: uppercase;
	margin-top: -5px;
}

.find-expert-options-dropdown {
	clear: both;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.find-expert-options-dropdown button.btn {
	/*color: #000 !important;*/
	border-radius: 0;
	border: 0;
}


.find-expert-options-dropdown .bootstrap-select.btn-group .dropdown-menu {
	border-radius: 0;
	margin: 0;

}

.find-expert-options-dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 16%;
}

.keyword-input {
    border-radius: 0;
    border: 0;
    height: 32px;
    text-align: center;
}

.find-expert-options-dropdown .bootstrap-select:last-child {
/*	margin-right: 0;*/
}

.keyword-filter-wrap {
	width: 100%;
	margin-top: 6px;
}



/*-------------------- end experts page --------------*/

.expert-single-content {
	padding-top: 82px;
	padding-bottom: 30px;
}

.single-expert-img {
	max-width: 370px;
	height: auto;
}

.single-expert-img img {
	max-width: 100%;
	height: auto;
}

.specification-list {
	margin-bottom: 15px;
}


.single-expert-qualifications h4 {
	color: #B81738;
	font-size: 14px;
    line-height: 1.3;
	margin:0px;
}

.single-expert-summary h2 {
	margin-top: 0;
	color: #B81738;
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}

.single-expert-qualifications h3 {
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
    margin-top: 15px;
    margin-bottom: 0px;
}


.download-cv-contact {
	text-align: left;
	margin-top: 40px;
}


.download-cv-contact li {
	text-align: center;
	margin-right: 40px;
}

.download-cv-contact li:last-child {
	margin-right: 0;
}

.download-cv-contact i {
	display: block;
	font-size: 40px;
	color: #B81738;
}

.download-cv-contact a {
	display: block;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 8px;
    font-size: 14px;
}

.single-expert-summary .view-all-experts-btn {
	float: left;
	margin-top: 40px;
    margin-bottom: 20px;
}


/*------------------ end experts single page --------------*/


.services-banner {
	background: url('../img/services-bg.jpg') no-repeat center center;
	background-size: cover;
}

.services-content {
	padding-bottom: 40px;
}

.red-arrow-list li {
	border-bottom: 1px solid #3C3C3B;
	color: #B81738;
	font-size: 17px;
	line-height: 31px;
	text-transform: uppercase;
}

.red-arrow-list li a {
	color: #B81738;
	font-size: 17px;
	line-height: 31px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

.red-arrow-list li.parent-link a {
	
}

.red-arrow-list li:before {
	content: "\f054";
	font-family: "fontawesome";
	color: #B81738;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

.red-arrow-list li.current_page_item:before {
	content: "\f053";
	font-family: "fontawesome";
	color: #B81738;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

.red-arrow-list li:last-child {
	border-bottom: 0;
}




/*--------------- end services page -------------*/


.knowledge-banner {
	background: url('../img/knowledge-bg.jpg') no-repeat center center;
	background-size: cover;
}

.knowledge-content {
	padding-bottom: 20px;
}

.current-issue {
    background-color: #3D3D3C;
    text-align: center;
    padding: 25px;
    max-width: 100%;
	width:100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	float: right;
}

.current-issue h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-top: -8px;
    margin-bottom: 17px;
}

.current-issue img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.current-issue a.btn {
	text-transform: uppercase;
    color: #fff;
    background-color: #B71739;
    padding: 0;
    border-radius: 0;
    height: 35px;
    width: 100%;
    line-height: 33px;
    display: inline-block;
    clear: both;
    margin-top: 7px;
    font-size: 19px;
}



/*------------ end knowledge page ----------*/

.contact-map {
	text-align: center;
    position: relative;
    min-height: calc(100vh - 403px);
   	display: -webkit-flex;
   	display: -moz-flex;
   	display: -ms-flex;
   	display: -o-flex;
   	display: flex;
}

.contact-map img {
	width: 100%;
	height:auto;
}

.contact-country-list {
	margin-top: 30px;
	margin-bottom: 20px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.contact-country-list h3 {
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-country-list li {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;

	margin-bottom: 10px;
    border-left: 1px solid #333;
    padding-left: 20px;
}

.contact-country-list li:first-child {
	border-left: 0;
	padding-left: 0;
}

.contact-country-list li p {
	margin-bottom: 0;
}

.contact-country-list li p span {
	color: #B71739;
}

.contact-country-list li p a {
	color: #333;
}

.contact-bottom-text {
	font-size: 15px;
    padding-top: 0;
    padding-bottom: 25px;
    margin-bottom: 30px;
    clear: both;
    background-color: #DADADA;
}

.contact-bottom-text a,
.contact-bottom-text span{
	color: #B71739;
	display: inline-block;
}

.contact-bottom-text .scroll-next-section {
	padding-top: 10px;
}

.contact-bottom-text form span{
	display: inline;
	color: inherit;
}

.contact-bottom-text .media-object {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.professional-support-heading {
	margin-bottom: 30px;
	text-align: center;
}


.professional-support-heading h2 {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 52px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 15px;
}

.professional-support-heading h5 {
	font-weight: 300;
    font-size: 18px;
}

.single-professional-support h4 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1;
}

.single-professional-support p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}

.single-professional-support p:last-child {
	margin-bottom: 0;
}


.single-professional-support a {
    color: #333;
}

.single-professional-support .media-body {
	vertical-align: bottom;
}

.single-professional-support {
	max-width: 320px;
    margin: 0 auto 25px;
}

.contact-enquiry-form-area {
	padding: 20px 0 30px;
}

.contact-enquiry-form-area h2 {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 52px;
    font-weight: 300;
    margin-bottom: 15px;
}

.contact-enquiry-form-area input[type="submit"]  {
    background: #b81738;
    color: #ffffff;
    width: 100px;
}






footer {
	background-color: #3C3C3B;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #fff;
}

.part-of-driver {
	float: left;
	color: #fff;
	margin-top: 4px;
	font-weight: 300;
}
.part-of-driver a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.privacy-disclaimer {
	float: left;	
	margin-left: 30px;
	margin-top: 4px;
}

.privacy-disclaimer li a {
	color: #fff;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.privacy-disclaimer li a:hover {
	text-decoration:none;
	color:#B71739;
	font-weight: 500;
}

.privacy-disclaimer li {
	margin-right: 30px
}


.footer-smi {
	margin-right: 0;
	font-size: 16px;
	float: right;
	font-weight: 300;
	line-height: 1;
}

.footer-smi ul {
	margin-left: 2px;
	display: inline-block;
}

.footer-smi ul li a {
	color: #fff;
	font-size: 20px;
}

.app-icon {
	height:35px;
	width:auto;
	margin-left:8px;
	margin-top: -3px;
}




/*------------ start of news template ------------*/


.faq-accordion .panel-group .panel {
	border-radius: 0;
}

.faq-accordion .panel-heading .accordion-toggle:after {
	content: "\f078";
	font-family: 'fontawesome';
	color: #b81738;
	position: absolute;
	right: 0px;
	top: 11px;
}

.faq-accordion .panel-heading .accordion-toggle.collapsed:after {
	content: "\f054";
	font-family: 'fontawesome';
	color: #b81738;	
	position: absolute;
	right: 0px;
	top: 11px;
}

.faq-accordion .panel-title {
	color: #972F66;
	font-size: 14px;
	border-bottom: 1px solid #010101;
}

.faq-accordion .panel-body {
	padding: 10px 0px;
}

.faq-accordion .panel {
	background-color: transparent;
	box-shadow: none;
}

.faq-accordion .panel-group {
	margin-bottom: 15px;
}

.faq-accordion .panel-group .panel-heading {
	background-color: #fff;
	border-radius: 0;
	padding: 0;
}

.faq-accordion .panel-heading a {
	padding: 7px 15px;
}

.faq-accordion .faq-content .panel-group .panel-body {
	border: 0;
}

.faq-accordion .panel-group .panel+.panel {
    margin-top: 0px;
    border: 0;
}

.faq-accordion .panel-title>a,
.faq-accordion .panel-title>a p{
	padding-left: 0;
	padding-right: 35px;
	display: block;
	position: relative;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	font-size:16px;
}


.faq-accordion .panel-title>a p {
	margin-bottom: 0;
	padding-right: 0;
	width: 80%;
	display: inline-block;
}


.faq-accordion .panel-title>a span {
	line-height: 20px;
}


.faq-accordion .faq-feature-text {
	color: #000;
	background-color: #B1CB08;
}

.faq-accordion img {
    max-width: 100%;
}





/*-------------- end news template ----------------*/

.article-table.table>tbody>tr>td {
	border-top: 0;
	border-bottom: 1px solid #2f2f2f;
	color: #333;	
	padding: 5px 2px;
	font-weight: 500;
	font-size:15px;
}

.article-table.table>tbody>tr>td:first-child {
	width: 77%;
}

.article-table.table>tbody>tr>td:last-child {
	width: 20px;
	text-align: right;
}


#publication-list {
	text-align: left;
	background-color: #ededed;
	padding: 28px 0;
	margin-top: 9px;
}


#publication-list li {
	margin-left: 0 !important;
	padding: 10px 19px;
	display: inline-block;
}


#publication-list li:before {
	display: none !important;
}

#publication-list li .single-pub-list p {
	color: #B71836;
	margin-bottom: 0;
}

#publication-list li .single-pub-list figcaption {
	text-align: left;
	margin-top: 8px;
}

#publication-list li .single-pub-list .single-pub-date {
	color: #000;
}

#publication-list li .single-pub-list img {
	width:162px;
	height:auto;
} 

#tablepress-3 {
	border: 1px solid #ddd;
}


#enquiry-form ul li {
	margin-left: 0 !important;
}

#enquiry-form ul li:before {
	display: none !important;
}

#enquiry-form label {
	/*display: none;*/
}

#enquiry-form .bootstrap-select {
	width: 100%;
}

#enquiry-form .enquiry-submit-btn {
	background-color: #B81738;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	
	-webkit-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}

#enquiry-form .enquiry-submit-btn:hover,
#enquiry-form .enquiry-submit-btn:focus {
	background-color: #9e1531
}


.search-page {
	padding-top: 110px;
}

#search-accordion {
	margin-top: 30px;
}

#search-accordion .panel {
	border: 0;
	margin-top: 0;
}

#search-accordion .panel-heading {
	border-bottom: 1px solid #000;
	padding: 10px 5px;
}

#search-accordion .panel-heading .accordion-toggle:after {
	content: "\f078";
	font-family: 'fontawesome';
	color: #b81738;
	position: absolute;
	right: 0px;
	top: 3px;
}

#search-accordion .panel-heading .accordion-toggle.collapsed:after {
	content: "\f054";
	font-family: 'fontawesome';
	color: #b81738;	
	position: absolute;
	right: 0px;
	top: 3px;
}

#search-accordion .panel-title>a {
	position: relative;
	display: block;
}




/*----------- start of video template ---------*/

.video-items {
	margin-bottom: 30px;
}

.video-filter-btn {
	margin-top: 40px;
	margin-bottom: 20px;
}

.video-filter-btn li {}

.video-filter-btn li a,
.video-filter-btn li label {
	background-color: #fff;
	color: #B71D42;
	display: block;
	padding: 5px 15px;
	cursor: pointer;
	font-weight: normal;
}


.video-filter-btn li.active a,
.video-filter-btn li label.active {
	background-color: #B71D42;
	color: #fff;	
}

.video-filter-btn li input[type="radio"] {
	display: none;
}


.video-content h1 {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 52px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 25px;
}

.single-video-item {
	min-height: 220px;
	margin-bottom: 30px;
	position: relative;
}

.single-video-item img {
	max-width: 100%;
}


.single-video-overlay,
.single-video-overlay-2 {
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	background-color: rgba(183, 29, 66, .45);
	z-index: 55;
}

.single-video-overlay-2 {
	background-color: rgba(183, 29, 66, 1);
	z-index: 66;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-video-item:hover .single-video-overlay-2 {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

.single-video-overlay a,
.single-video-overlay-2 .overlay-wrap {
	width: 100%;
	height: 100%;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;

	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;

	/*display: table;*/
	text-align: center;
	vertical-align: middle;
	color: rgba(255,255,255,.8)
}

.single-video-overlay a i,
.single-video-overlay-2 .overlay-wrap i {
	font-size: 70px;
}

.single-video-overlay a span,
.single-video-overlay-2 .overlay-wrap span {
	margin-top: 10px;
	font-size: 28px;
	line-height: 1;
}



.ekko-lightbox-nav-overlay {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;

	height: initial !important;
    bottom: 200px;
    top: 200px;
}


.ekko-lightbox .modal-backdrop.in {
	opacity: .8 !important;
}

.ekko-lightbox .modal-header {
    min-height: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    height: 0;
}

.ekko-lightbox .modal-body {
	padding: 20px;
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 18px;
    top: 50%;
    position: absolute;
    margin-top: -30px;
}

.ekko-lightbox button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 32px;
    outline: 0;
    color: #B71D42;
    opacity: 1;
    z-index: 999999;
    position: absolute;
    right: 4px;
    top: -2px;
    text-shadow: none;
}

.ekko-lightbox-nav-overlay a {
	-webkit-flex: inherit;
	-moz-flex: inherit;
	-ms-flex: inherit;
	-o-flex: inherit;
	flex: inherit;
    width: 50px;
    display: block;
    position: absolute;
    top: 50px;
    bottom: 50px;
}

.ekko-lightbox-nav-overlay a:first-child {
	left: 0;
}

.ekko-lightbox-nav-overlay a:last-child {
	right: 0;
}

.single-page-content {
	padding-top: 70px;
    padding-bottom: 20px;
}

.single-page-content img {
	max-width: 100%;
}





/*=============== responsive style goes here =============*/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

     .modal-content {
     	width: 1200px;
     	margin-left: auto;
     	margin-right: auto;
     	margin-left: -900px !important;
     	background-color: #fff;
     }

	.modal.in .modal-dialog {
		flex: none !important;
		max-width: 1200px !important;
	}
	
	.ekko-lightbox .modal-body {
		width: 1200px;
	}

	.ekko-lightbox-container {
		height: 640px !important;
	}

	.ekko-lightbox-nav-overlay a {
		top: -200px !important;
		height: 100% !important;
	}

}


@media screen and (min-width: 1200px) {

	.ekko-lightbox-container {
		max-width: 1155px !important;
		width: 100% !important;
		height: 650px !important;
		/* height: 100% !important; */
	}


	.modal-dialog{
	    max-width: 1200px !important;
	    height: auto;
	}

	
	.hero-area {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.hero-area .container {
		margin: auto;
	}
	
	.hero-content {
	    position: relative;
	    top: -7px;
	}

	.hero-area h1 {
		margin-top: 0;

	}

	.hero-btn {
		margin-bottom: 0;
	}

	.contact-map img {
		width: 100%;
		max-width:213px;
		height:auto;
	}
	
/*	.expert-col {
		width:20%;
	}*/



}

@media screen and (max-width: 1200px) {
	
	.marker-icon {
		display:none;
	}
}





@media screen and (min-width: 768px)  and (max-width: 991px){
	
	.main-menu>li>a {
	    padding: 12px 10px;
	    font-size: 14px;
	}
	
	.single-video-overlay a span {
		font-size: 22px;
	}




}

@media screen and (max-width: 991px) {
	
	.contact-map {
		display:none;
	}
	
	.col-special {
		width: 100%;
	}

	.contact-country-list {
		display: block;
	}

	.contact-country-list h3 {
		margin-bottom: 15px;
	}

	.contact-country-list li {
		padding-left: 10px;
		display: block;
		width: 50%;
		float: left;
		border: 0;
		margin-bottom: 20px;
	}

	.contact-country-list li:first-child {
		padding-left: 10px;
	}
	
	.header-bottom-area {
    	top: 111px;
	}

	.faq-accordion .panel-title>a p {
		width: 70%;
	}


	.article-table.table>tbody>tr>td:first-child {
		width: 65%;
	}
	
	.subpage-banner {
		/*height: 190px;
		background-size: cover;
		background-position: center center;*/
	}

    .single-page-content {
	    padding-top: 30px;
    }

	.navbar-brand {
		margin-top: -30px;
	}
		
	.headr-top-bar {
		margin-top: 5px;
	}

	.main-menu {
		margin-top: 44px;
		margin-bottom: 10px;
	}

	.main-menu>li>a {
		padding: 7px 15px;
	}

	.header-submenu ul li a {
		padding: 7px 0;
	}

	.navbar-toggle {
		clear: right;
		background-color: #dadada;
	}

	.navbar-toggle .icon-bar {
		background-color: #B81639;
	}	

	#header-search-form {
		float: none;
		display: block;
		margin-bottom: 10px;
	}

	#header-search-form label {
		width: 100%;
		cursor: pointer;
	}
	
	#header-search-form input {
		width: calc(100% - 25px);
	    margin-left: 0;
	    margin-right: 7px;
	}

	.main-menu>li.highlight {
		margin: 0 14px;
	}

	.single-professional-support {
		margin-bottom: 40px;
	}


}


@media screen and (max-width: 767px) {

	.cta-widget-area h2,
	.home-intro-area h1 {
		font-size: 40px;
	}
	
	.mobile-hide {
		display:none;
	}
	
	.mobile-filter-bar, .mobile-form-close {
		display:block;
	}

	.mobile-filter-bar {
		background-color: #B81639;
		padding: 15px;
		margin-top:34px;
	}
	
	.mobile-filter-bar span#mobile-filter-toggle {
		float: right;
		padding: 0px;
		background: #dadada;
		margin-top: 2px;
		font-size: 22px;
		width: 44px;
		height: 34px;
		text-align: center;
		line-height: 32px;
		border-radius: 3px;
		color: #B81639;
		cursor: pointer;
		margin-right:1px;
	}
	
	.mobile-filter-bar span#mobile-filter-title {
		float: right;
		padding: 0px;
		background: none;
		margin-top: 2px;
		font-size: 14px;
		width: auto;
		height: 34px;
		text-align: center;
		line-height: 32px;
		border-radius: 3px;
		color: #fff;
		margin-right:15px;
	}
	
	#response.sticky-filter-body {
		padding-top:100px;
	}
	
	.mobile-filter-bar.sticky-filter {
		    position: fixed;
			top: 0px;
			left: 0px;
			right: 0px;
			z-index: 9;
			margin: 0px;
	}
	
	.mobile-filter-bar.sticky-filter h1 {
		margin:0px;
		
	}

	.mobile-form-close {
		position:absolute;
		top:0px;
		right:0px;
		padding:15px;
		font-size:22px;
		color:#fff;
		cursor: pointer;
	}
	
	.mobile-form-close-text {
		height: 32px;
		width: 130px;
		background-color: #B81639;
		color: #fff;
		font-size: 14px;
		text-align: center;
		border: 0;
		line-height: 32px;
		text-transform: uppercase;
		margin-top: 10px;
		cursor: pointer;
		display:block;
		position:absolute;
		bottom:15px;
		left:15px;
	}
	
	#find-expert-filter button[type="reset"] {
		position:absolute;
		bottom:15px;
		right:15px;
		width: 130px;
		height: 32px;
		margin:0px;
		line-height: 32px;
	}
	
	.mobile-filter-bar h1 {
		margin:0px 0px 0px 0px;
		color:#fff;
		float:left;
		line-height: 38px;
	}


	.part-of-driver,
	.privacy-disclaimer,
	.footer-smi {
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto
	}
    
    .part-of-driver p {
        margin-bottom: 0;
    }
    
    .privacy-disclaimer {
    	margin-bottom: 1rem;
	}

	.privacy-disclaimer li {
		margin-right: 0;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.about-faq-btn {
		margin-left: auto;
		margin-right: auto;
	}

	.find-expert-options-dropdown {
		display: block;
		padding-bottom: 0px;
	}

	.keyword-filter-wrap {
		margin-top: 0;
	}
	
	.keyword-input {
		text-align: left;
	}

	.find-expert-options-dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 100%;
		margin-bottom: 3px;
	}

	.all-experts-thumbs .col-xs-3 {
		width: 50%;
	}

	.single-expert-details {
		min-height: 100px;
	}
	
	.single-expert-thumb {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	#find-expert-filter {
		padding:0px;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 99999999999999999999;
		margin: 0;
		display:none;
	}

	ul.no-margin-bottom {
		margin-bottom: 0;
	}
	
	.current-issue {
		margin-top: 40px;
	}


	#header-submenu {
		display: none !important;
	}
	
	.hamburger-btn {
		display: none;
	}

	.single-video-item {
		min-height: 400px;
	}

}




@media screen and (max-width: 600px) {
	.header-submenu ul li a {
		font-size: 11px;
	}

	.hero-area h1 {
		font-size: 35px;
		max-width: 360px;
	}

	.faq-accordion .panel-title>a {
		overflow: hidden;
	}
	
	.faq-accordion .panel-title>a p {
		width: 100%;
		float: left;
	}

	.faq-accordion .panel-title>a span {
		clear: left;
		float: left;
	}
	
	#publication-list {
		padding: 18px 0;
	}
	
	#publication-list li {
		padding: 10px 13px;
	}




}



@media screen and (max-width: 480px) {

	.thumb-widget-wrap {
		width: 100%;
	}

	.subpage-content h1 {
		font-size: 38px;
	}
	
	.navbar-toggle {
		margin-top: 0px;
	}

	.hero-area h1 {
	    font-size: 30px;
	    line-height: 36px;
	    margin-top: 100px;
	}

	.cta-widget-area h2,
	.home-intro-area h1 {
		font-size: 30px;
	}
	
	.all-experts-thumbs .col-xs-3 {
		width: 100%;
	}

	.single-expert-thumb {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.contact-country-list li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.contact-bottom-text {
		text-align: center;
	}

	.professional-support-heading h2 {
		font-size: 34px;
	}

	.single-professional-support .media-left {
		display: block;
		margin-bottom: 15px;
		padding: 0;
	}
	
	.single-professional-support .media-left img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}


}