@charset "utf-8";
/* CSS Document */



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

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

.bold-font{
	 font-family: 'MarkPro-Bold';
}
h3,h4{
	 font-family: 'MarkPro-Bold';
}
h1{
	font-family: 'MarkPro-Light';
	font-size:60px;
}
body{
	font-family: 'MarkPro-Light';
	font-size:20px;
	color:#414042;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	 -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	color:#23a8ba;
}
*{
	 -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover{
	text-decoration:none;
	outline:none;
	color:#23a8ba;
}
a:focus{
	color:inherit;
	text-decoration:none;
}
:focus{
	outline:none;
}
p{
	margin-bottom:20px;
}
.pad_0{
	padding:0;
}
.z15 {
	z-index:15;
}
.bottom-line{
	border-bottom:1px solid;
	border-color:inherit;
}
/*--------------------HEADER ------------------
----------------------------------------------*/
#mainHeader{
	position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index:999999;
}
#mainHeader .current_jobs{
	position: absolute;
    left: 50%; top:0;
    text-align: center;
    width: 200px;
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
    		transform: translate(-50%,0);
}
#mainHeader .current_jobs img{
    width: 200px;
    height: 70px;
}
#mainHeader.stiky{
	background-color:rgba(255,255,255,.95);
}
#mainHeader.stiky .logo{
	padding:20px 0;
    background: url(../images/logo-navy.png) top left no-repeat;
    background-size: 100%;
}
#mainHeader.stiky .logo img {
    opacity: 0;
}
#mainHeader.stiky .menu-link>a{
	padding:24px 20px;
    color: #000f41;
}

.logo{
	display:block;
	padding:0px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}
.blue-header .menu-link>a{
	color:#000f41;
}
.menu-link>a{
	color:#fff;
	font-size:14px;
	font-weight:700;
	padding:30px 20px;
	display:inline-block;
	font-family: 'MarkPro-Bold';
}
.nav-list>li{
	margin-bottom:30px;
}
.submenu>li{
	margin-bottom:20px;
}
.submenu>li>a{
	font-size:26px;
	color:#000f41;
}
.submenu li a:hover{
	color:#23a8ba;
}
#mainNav .social-share a{
	color:#000f41;
	padding:0;
	font-size:40px;
	margin-right:20px;
}
#mainNav .social-share a:hover{
	color:#23a8ba;
}
#mainNav_wrapper{
	position:fixed;
	top:0;
	right:-70%;
	width: 50% !important;
	margin-right: -57px;
    height: 100%;
    background-color: rgba(255,255,255,.95);
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}
#mainNav_wrapper #mainNav {
	height: 100%;
	width: 100%;
	padding:20px 50px;
    overflow-y: scroll;
}
.nav-expanded #mainNav_wrapper {
    right: 0;
}
@media screen and (max-width: 1000px) {
	#mainHeader .current_jobs{
	    width: 150px;
	}
	#mainHeader .current_jobs img{
	    width: 150px;
	    height: 52px;
	}
}
@media screen and (max-width: 850px) {
	#mainHeader .current_jobs{
	    width: 100px;
	}
	#mainHeader .current_jobs img{
	    width: 100px;
	    height: 35px;
	}
}
@media screen and (max-width: 767px) {
	#mainHeader .current_jobs{
		left:66.5%;
	    width: 150px;
	}
	#mainHeader .current_jobs img{
	    width: 150px;
	    height: 52px;
	}
    #mainNav_wrapper{
    	margin-right: -32px;
    	min-width: 250px;
    }
	#mainNav_wrapper #mainNav {
    	padding: 30px 40px !important;
    }
    #nav-close {
    	left: -45px !important;
    }
	#nav-close img {
		width: 30px;
		height: auto;
	}

	.nav-list > li > a {
		font-size: 22px !important;
	}
	.submenu > li > a {
		font-size: 20px !important;
	}
}
@media screen and (max-width: 650px) {
	#mainHeader .current_jobs{
	    width: 100px;
	}
	#mainHeader .current_jobs img{
	    width: 100px;
	    height: 35px;
	}
}
@media screen and (max-width: 500px) {
	#mainHeader .current_jobs{
	display: none;
	}
	#mainHeader .current_jobs img{
	}
    #mainNav_wrapper{
    	right:-300px;
    }
    .logo {
    	left: 10px !important;
    	top: 20px !important;
    	width: 200px;
    }
    #mainHeader .menu-link > a {
    	padding: 7px 10px !important;
    	margin: 10px 0px 10px 13px;
    }
}
.nav-list>li> a{
	font-size:36px;
	color:#000f41;
	font-weight:300;
	padding:0;
	display:block;
}
#nav-close{
	position:absolute;
	left:-85px;
	top:30px;
}
.nav-list .accordion-toggle:after {
    content: "";
	float: right;  
	width:34px;
	height:34px;
	background-image:url(../images/sub-menu-close.png);
   	background-repeat:no-repeat;
   	background-position:right center;
	margin-top:15px;
}
.nav-list .accordion-toggle.collapsed:after {
 content: "";
 background-image:none; 
}
.submenu{
	padding-left:40px;
	margin-top:20px;
}
.back-top{
	padding:50px 10px;
}
.back-top a{
	display:block;
	font-size:20px;
	color:#414042;
}
/*--------------------HEADER End----------------
-------------------------------------------------*/
.currentPage {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mainPage {
    position: relative;
    width: 100%;
    opacity: 1;
    top: auto;
    left: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.pageContent{
	position: relative;
    z-index: 200;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: #fff;
}
.services .picFull.pageHeader, .newsroom .picFull.pageHeader, .contacts .picFull.pageHeader, .casestudies .picFull.pageHeader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 510;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    color: #fff;
}

/*--------------------Hero Slider ----------------
-------------------------------------------------*/

.hero-section{
	min-height:770px;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: top center;
	position:relative;
	margin-bottom:30px;
	position:relative;
}
.vhcentered {
    display: -webkit-flex;/* NEW - Chrome */
   	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: flex;/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	-ms-flex-align: center;
    justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
}
.vhcentered-inside {
	max-width:100%;
    position: relative;
    display:block;
    vertical-align: middle;
    /*max-height: 100%;*/
  width: auto;
  margin:0 auto;
}
.client-img .vhcentered-inside {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    div.slide.bx-clone {
        width: 280px!important;
    }
}
.industries-icons-flex{
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 105px;
    z-index: 10;
    max-width: 1300px;
}
.industries-icons-flex a.industries {
	display: block;
    color: white;
}
.industries-icons-flex a.industries:hover {
    color: #23a8ba;
}
.industries-icons-flex a.industries i.aviareps-icon {
	font-size: 115px;
}
.industries_bg{
	position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent url(../images/hero_background.png) no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: top center;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.hero-section .industries_bg.action2{
	opacity:1;	
	background-color: #FFF;
}

.hero-section h1{
	font-size:50px;
	color:#fff;
	position:absolute;
	z-index:10;
	width: 100%;
}
.industries-icons-flex {
font-size:0;
}
.industries-icons-flex li {
    max-width: 245px;
    height: auto;
	margin:35px 0px;
	padding:0;
    text-align: center;
	float:none;
	display:inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.industries-icons-flex li h3{
	font-size:14px;
	text-transform:uppercase;
    padding-top: 20px;
    margin-top: 0;
}
@media (max-width: 1250px) {
    .industries-icons-flex li {
        max-width: 235px;
    }
}
@media screen and (max-width: 1000px) {
	.industries-icons-flex li {
		max-width: 170px;
	}
}
@media screen and (max-width: 900px) {
	.industries-icons-flex {
		padding-top: 120px;
	}
	.industries-icons-flex li {
		max-width: 145px;
		margin: 15px 0;
	}
	.hero-section h1 {
		font-size: 40px;
	}
}
.arrow--animation--down {
    position: absolute;
    bottom:40px;
    left: 50%;
    margin-left: -37px;
    -webkit-animation: animate-arrow-down 4.5s infinite ease-in-out;
    animation: animate-arrow-down 4.5s infinite ease-in-out;
    filter: alpha(opactiy=100);
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	z-index:10;
}
.down_arrow{
	position:absolute;
	left:50%;
	bottom:35px;
	margin-left:-37px;
}

/*--------------------Hero Slider end----------------
-------------------------------------------------*/
.project_services{
	padding:70px 0px;
}
.page_info {
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
.title{
	font-size:46px;
	color:#000f41;
}
.project_services_boxs{
	margin-top:60px;
}
.project_services_box{
	float:left;
	overflow:visible;
	background-color:transparent;
}
.services-box-link{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999;
}
.services-expanded-info{
  	margin-top: 15px;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .services-expanded-info {
        margin-top: 0;
    }
}
.collapse.in{
	height:100%!important;
}
#types-of-roles .collapse.in{
	height:inherit!important;
}
.services-info-close{
	position:absolute;
	right:28px;
	top:50px;
	cursor:pointer;
    width: 34px;
    height: 34px;
}
.services-info-close img{
	opacity:1!important;
    width: 34px;
    height: auto;
}
.project_services_box figure {
    height: 100%;
	width:232px;
	height:198px;
	position:relative;
	margin-right:4px;
	margin-bottom:4px;
	overflow:hidden;
}
.project_services_box.last-child figure {
    margin-right: 0;
}
.services-box-expanded.project_services_box figure{
		overflow:visible;
}
.services-box-expanded.project_services_box figure::after {
    content: "\00A0";
    display: block;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    border-bottom-width: 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom:-42px;
    left: 50%;
    top: auto;
    margin-left: -25px;
	z-index:9;	
}
.services-box-expanded.project_services_box figure img {
	-moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
	display:none;
}
.project_services_box figure:hover img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.project_services_box:hover figure img {
    opacity: 1;
	filter: alpha(opactiy=100);
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.project_services_box img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.project_services_box figure img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
	filter: alpha(opactiy=90);
    -ms-filter: "alpha(Opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.project_services_box figure span {
    text-align: center;
	text-transform:none;
}
.project_services_box figcaption {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.project_services_box figure:hover figcaption {
    opacity: 1;
	filter: alpha(opactiy=100);
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;

}
.show-project-detail{
	display:block;
	height:100%;
	width:100%;
}

.project_services_box.services-box-expanded figure figcaption{
	background-color:#fff;
	 opacity: 1;
	 position:relative;
	 z-index:2;
	filter: alpha(opactiy=100);
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
	border:10px solid #e6e6e7;
	
}
.project_services_box figcaption {
   /* -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}
.project_services_box figure figcaption {
/*    opacity: 0;
	filter: alpha(opactiy=0);
    -ms-filter: "alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;*/
    transform: scale(1);
}
.case-study{
	margin-bottom:5px;
}
.txtctr
	{
	text-align: center;
	}
.center {
    display: table;
    width: 100%;
    height: 100%;
}
.center span {
    display: table-cell;
    vertical-align: middle;
	font-size:24px;
    color: #001141;
	font-weight:700;
	text-transform:uppercase;
    line-height: 1.2;
	 font-family: 'MarkPro-Bold';
}
.project_services_box.services-box-expanded figure .center span{
	 font-family: 'MarkPro-Light';
}
.project_services_box:nth-child(4n+4){
	margin-right:0;
}

.additional-services-box{
	padding:60px;
	background-color:#e6e7e8;
}
.additional-services-box h3{
	font-size:24px;
	color:#001141;
}
.additional-services-box p{
	color:#414042;
	font-size:14px;
}
.btn-enquire{
	border:1px solid #414042;
	color:#414042;
	text-transform:uppercase;
	display:inline-block;
	min-width:180px;
	padding:0px 20px;
	height:55px;
	line-height:55px;
	text-align:center;
    font-size: 14px;
    font-family: "MarkPro-Bold";
}
.btn-enquire:hover{
	background-color:#23a8ba;
	border-color:#23a8ba;
	color:#fff;
}
.btn-enquire.disabled,
.btn-enquire.disabled:hover,
.btn-enquire[disabled='disabled'],
.btn-enquire[disabled='disabled']:hover {
	color: rgb(170, 170, 170);
	background-color: rgb(238, 238, 238);
	border-color: rgb(170, 170, 170);
	cursor: default;
}
.top-block{
	background-color:#000f41;
	padding:40px 100px 40px 40px;
	margin-bottom:4px;
}
.top-block p{
	font-size:18px;
	color:#fff;
	font-weight:200;
	margin-bottom:0;
}
.close-expanded{
	position:relative;
	display:inline-block;
	position:absolute;
	right:50px;
}
.case-study .carousel{
	height:100%;
}
.carousel-inner{
	height:100%;
}
.case-study .carousel-inner>.item{
	height:100%;
	background-position:top center;
	background-size:cover;
}
@media (max-width: 767px) {
    .case-study .carousel-inner>.item {
        background-position: center;
    }
}
.case-study .carousel-indicators li{
	border-radius:0;
	background-color:#fff;
	height:13px;
	width:13px;
	border:none;
	margin: 0 2px;
}
.case-study .carousel-indicators li.active{
	background-color:#1a1242;
}
.carousel-indicators{
	margin-left:0;
	bottom:0px;
    width: 50%;
}
.sales-box{
	height:160px;
	width:160px;
	background-color:#000f41;
	position:absolute;
	bottom:0;
	left:0;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    display: table;
    box-sizing: border-box;
}
.sales-box-inner {
	display: table-cell;
	vertical-align: middle;
}
.sales-box h1{
	font-size:35px;
	font-weight:700;
	color:#23a8ba;
	margin: 0;
	font-family: 'MarkPro-Bold';
}
.sales-box h1 span{
	font-size:20px;
}
.sales-box h4{
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	margin:0;
}
.case-study-left{
	height:694px;
}
.case-study-right{
	border-left:5px solid #fff;
	height:694px;
	background-color: #e6e7e8;
	padding:20px 20px;
}
.case-study-detail{
	height:660px;
	background-color:#e6e7e8;
	font-size:14px;
	overflow-y:auto;
	overflow-x:hidden;
}
.case-study-detail ul{
	padding-left:20px;
}
.case-study-detail li{
	list-style-image:url(../images/list-style-img.jpg);
}
.case-study-detail h3{
	font-size:14px;
	font-weight:700;
	color:#181240;
	margin-bottom:0;
	margin-top:25px;
    text-transform: uppercase;
	
}
.case-study-detail h4{
	font-size:14px;
	text-transform:uppercase;
	color:#23a8ba;
	margin-bottom:0;
}
.case-study-detail h2{
	font-size:30px;
	color:#000f41;
	margin-top:0;
}

/*--------------------New Offices----------------
-------------------------------------------------*/
.new-offices{
	padding:70px 0px;
	background-color:#001141;
}
.office-left{
	max-width:640px;
	margin-left:-80px;
}
.office-in-countries{
	border-top:10px solid #23a8ba;
	padding:0;
	margin-bottom:20px;
}
.office-in-countries h2{
	color:#23a8ba;
	font-size:46px;
	margin-top:10px;
}
.office-right{
	margin-right:-80px;
	float:right;
}
.select-country{
	border-top:10px solid #23a8ba;
	padding:0;
}
.select-country h2{
	color:#23a8ba;
	text-transform:uppercase;
	font-size:14px;
	margin-top:10px;
	font-family: 'MarkPro-Bold';
}
.select-country ul{
	max-height:476px;
	overflow-y:scroll;
	overflow-x:hidden;
	margin-top:20px;
	background-color:#ffffff;
	border:1px solid #2a224f;
	 font-family: 'MarkPro-Bold';
}
.select-country li{
	padding:0px;
	border-bottom:1px solid #2a224f;
}
.select-country li a{
	font-size:16px;
	color:#414042;
	padding:10px 15px;
	display:block;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	background-color:#23a8ba;
}
.list-group-item:last-child,.list-group-item:first-child{
	border:none;
	border-radius:0;
}
.list-group-item{
	border-radius:0;
	border:none;
}
.select-country ul::-webkit-scrollbar {
    width: 22px;
}
 
.select-country ul::-webkit-scrollbar-track {
    background-color:#fff;
	border-left:1px solid #2a224f;
}
 
.select-country ul::-webkit-scrollbar-thumb {
	background-color:#1a1242;
	border:2px solid transparent;
	border-left:3px solid transparent;
	background-clip: content-box;
}
/*--------------------New Offices End----------------
-------------------------------------------------*/
.news-box{
	font-size:13px;
	padding:15px 15px 25px 15px;
	background-color:#e6e7e8;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
.news-img{
	position:relative;
}
.news-img img {
	width: 100%;
	height: auto;
}
.news-date{
	font-family: 'MarkPro-Bold';
	font-size:20px;
	position:absolute;
	top:0;
	left:0;
	background-color:#23a8ba;
	color:#fff;
	padding:10px 15px;
	text-transform:uppercase;
}

.news-box h3{
	font-size:16px;
	color:#001141;
}
.news-box p{
	font-size:14px;
	color:#414042;
}
@media only screen and (max-width : 767px) {
    #news [class*="col-"] {
        height: auto !important;
        padding: 0;
		}
    } 




.newsroom-section{
	padding:70px 0px;
}
.newsroom-section .title{
}
.newsroom-section .title h1{
	font-size:46px;
	color:#000f41;
	margin-bottom:40px;
}
.newssection{
		border-top:10px solid #23a8ba;
		padding-top:30px;
}
.event-head{
	border-top:10px solid #23a8ba;
}
.event-box .up-event-head h3{
	font-size:14px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;;
	color: #23a8ba;
}
.event-head h3{
	font-size:14px;
	color:#23a8ba;
	text-transform:uppercase;
	margin:10px 0px;;
}
.event-box{
	font-size:13px;
	padding:15px;
	background-color:#e6e7e8;
	max-width:300px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}
.event-box:after{
	content: "";
	clear: both;
	display: block;
}
.event-img{
	position:relative;
}
.event-img img {
	width: 100%;
	height: auto;
}
.event-date{
	font-family: 'MarkPro-Bold';
	font-size:20px;
	position:absolute;
	top:0;
	left:0;
	background-color:#23a8ba;
	color:#fff;
	padding:10px 15px;
	text-transform:uppercase;
}

.event-box h3{
	font-size:16px;
	color:#001141;
}
.email-us-link{
	font-size:14px;
	color:#23a8ba;
	font-family: 'MarkPro-Bold';
	border-bottom:2px solid #99c9d2;clear: both;
    float: left;
}
.event-box > a {
	text-decoration: underline;
}
.event-box .social-share{
	margin-top:30px;
}
.event-box .social-share h4{
	font-size:12px;
	color:#191241;
	text-transform:uppercase;
	margin-bottom:5px;
}
.event-box .social-share a{
	margin-right:25px;
	display:inline-block;
	color:#404041;
	font-size:26px;
	text-decoration: none;
}
.social-share a:hover{
	color:#23a8ba;	
}
.upcoming-events{
	margin-top:70px;
}
.read-more{
	color:#34adbe;
	border-bottom:2px solid #9dcbd4;
	margin-left:2px;
}
.view-more{
	font-family: 'MarkPro-Bold';
	padding-top:30px;
	margin-bottom:15px;
	border-top:1px solid #414042;
	font-size:14px;
}
.news-post-list{
	border-top:1px solid #414042;
}
.news-post-list .news-date{
	font-size:12px;
	color:#001141;
	text-transform:uppercase;
	font-family: 'MarkPro-Bold';
}
.news-post-list{
	font-size:24px;
	color:#001141;
	margin-bottom:15px;
}
.news-post-list p{
	margin-bottom:0;
	line-height:31px;
}
.news-item-social a{
	float: left;
	margin-right:25px;
	padding: 0 !important;
	display:inline-block;
	color:#404041;
	font-size:26px;
}
.news-item-social{
	overflow: hidden;
	margin-top: 15px;
	margin-bottom:25px;
}
.news-item-social .close-expanded-event{
	float: right;
	margin-right: 0;
}
.addthis_toolbox{float: left;}
.news-item-social a:hover{
	color:#23a8ba;
}
footer{
	background-color:#e6e7e8;
}
.footer{
	padding:30px 10px;
}
.footer-social{
	margin-bottom:20px
}
.footer-social a{
	display:inline-block;
	margin-right:25px;
	font-size:26px;
	color:#414043;
}
.footer-social a:hover{
	color:#23a8ba;
}
.footer-social a:last-child{
	margin-right:0;
}
.partnars {
	padding:0px 0px;
	border-top:1px solid #414042;
}
.partnars h3{
	font-size:12px;
	margin-bottom:20px;
}
.partnars a{
	margin-right:10px;
}
.partnars a:last-child{
	margin-right:0;
}
.address{
	font-family: 'MarkPro-Bold';
	font-size:12px;
	color:#414043;
	padding-left:50px;
}
.address address{
	margin-bottom: 15px;
    line-height: normal;
}
.address p{
	font-size:12px;
	color:#414043;
	margin:0;
}
.address a{
	font-size:12px;
	color:#414043;
}

/*--------------------Services Page ----------------
-------------------------------------------------*/
.services .picFull.pageHeader {
    position: relative;
    top: 0;
    left: 0;
    z-index: 510;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: bottom center;
}
.ariline .pageHeader {
    background: transparent url(../images/hero_background.png) no-repeat bottom center;
}

.services .picFull.pageHeader .vhcentered-inside h1{
	padding-bottom:60px;	
	font-size: 50px;
}
.services .picFull.pageHeader .vhcentered-inside .arrow--animation--down{
	bottom:0;
}
#services{
	padding:70px 0px;
}
#services .container-fluid{
	max-width:1280px;
}
.services-boxes{
	margin-top:50px;
	margin-right: -4px;
	margin-left: -4px;
}
.services-box{
	height:395px;
	position:relative;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	padding: 4px;
}
.services-box.box3{
	height:395px;
}
.services-box.box4{
	height:310px;
}
.services-box .flipper {
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
 	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
} 
.services-box.flipped .flipper {
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.services-box .front, 
.services-box .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.services-box .front {
  	cursor: pointer;
	background-color: #e6e6e7;
	padding: 10px;
}
.services-box .back {
	-ms-transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
  	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	background-color: #e6e6e7;
	padding: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .services-box .front {
    z-index:2;
  }
  .services-box .back {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .services-box.flipped .back {
    z-index: 10;
  }
  .services-box .back .services-box-info {
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}

.services-box .center h3{
	font-size:30px;
	text-transform:none;		
	line-height:35px;
	margin-bottom:0px;
}
.services-box-info{
	padding:35px;
	font-size:14px;
	line-height:17px;
	height:100%;
  	background-color:#fff;
}
.services-box.box4 .services-box-info{
	padding: 30px;
    font-size: 11px;
    line-height: 14px;
    height: 100%;
}
.services-box-info h3{
	margin:0;
	font-size:14px;
	color:#000f41;
	text-transform:uppercase;
}
.services-bottom .link{
	font-size:14px;
	color:#000f41;
	font-family: 'MarkPro-Bold';
	border-bottom:1px solid #000f41;
}
.services-box-close{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.sequr-list-img{
	padding-left:15px;
	margin-top:15px;
}
.services-bottom{
	margin-top:40px;
}
.sequr-list-img li{
	list-style-image:url(../images/list-style-img.jpg);
}
#client{
	padding-bottom:70px;
}
#client .container-fluid{
	max-width:1280px;
}
.client {
	position: relative;
	background: #fff;
	border: 10px solid #e6e6e7;
	padding-bottom:50px;
	padding-top: 30px;
}
.arrow_up:after, .arrow_up:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	bottom:-10px;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_up:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_up:before {
	border-color: rgba(230, 230, 231, 0);
	border-bottom-color: #e6e6e7;
	border-width: 44px;
	margin-left: -44px;
}
.arrow_down:after, .arrow_down:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index:9;
}
.arrow_down:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_down:before {
	border-color: rgba(230, 230, 231, 0);
	border-top-color: #e6e6e7;
	border-width: 44px;
	margin-left: -44px;
}
.view-all{
	margin-top:40px;
	font-size:14px;
	color:#414042;
	display:inline-block;
	text-transform:uppercase;
}
#client .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
    -webkit-box-shadow:none;
    box-shadow: none;
    border:none;
    left: 0px;
    background: #fff;
	margin:40px 0px;
}
.all-clients h3{
	text-transform:uppercase;
	font-size:20px;
	margin-top:15px;
	float:left;
	width:100%;
}
.client-box{
	max-width:170px;
	height:170px;
	padding:0;
	margin-right:22px;
	background-color:#fff;
	overflow:hidden;
}

@media screen and (min-width: 992px) {
    .client-box:nth-child(5n+5) {
		margin-right: 0;
    }
    .client-box:nth-child(5n+1) {
		clear:left;
    }
}
@media screen and (max-width: 767px) {
    .client-box{
    	height: 80px;
    }
}
.client-box.active{
	overflow:visible;
}
.client-countries{
	background-color:#e6e7e8;
	padding:0px 10px;
	font-size:14px;
	color:#000f41;
	max-height:0;
	opacity:0;
	-webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  position:absolute;
	z-index:9;
}
.client-box.active .client-countries{
	max-height:500px;
	opacity:1;
}
.client-countries a{
	display:block;
	color:#000f41;
}
.client-countries h3{
	font-size:12px;
	text-transform:uppercase;
	color:#000f41;
	margin-top:40px;
	margin-bottom:5px;
}
.client-img{
	width:170px;
	height:150px;
	margin:0px auto;
	border:10px solid transparent;
	position:relative;
	margin-bottom:10px;
  align-items: initial;
}
.client-box.active.collapsed .client-img{
	border-color:transparent;
}
.client-box.active .client-img{
	border-color:#e6e6e7;
}
.client-box.active .client-img::after {
    content: "\00A0";
    display: block;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    border-bottom-width: 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -45px;
    left: 50%;
    top: auto;
    margin-left: -25px;
    z-index: 999999;
}
.client-close{
	position:relative;
	display:inline-block;
	cursor:pointer;
	z-index:99999;
	margin:20px auto;
}

#case-studies{
	padding-bottom:0px;
}
#case-studies .page_info {
	padding-bottom: 50px;
}
.case-study-img{
	width:100%;
	height:100%;
    top: 0;
    left: 0;
	background-size: cover;
    background-position: center;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
	-moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.case-studie-box{
	border-right:2px solid #fff;
	border-bottom:4px solid #fff;
	overflow:hidden;
}
.case-studie-box.box1 {
	border-right:none;
	width:100%;
}
.case-studie-box.box1 figure{
	height:790px;
}
.case-studie-box.case-study-expanded figure figcaption {
    background-color: #fff;
    opacity: 1;
    position: relative;
    z-index: 2;
    filter: alpha(opactiy=100);
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    border: 10px solid #e6e6e7;
}
.case-studie-box.case-study-expanded figure::after {
    content: "\00A0";
    display: block;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    border-bottom-width: 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -43px;
    left: 50%;
    top: auto;
    margin-left: -25px;
    z-index: 9;
}
.case-studie-box.case-study-expanded {
	overflow:visible;
}
.case-studie-box.case-study-expanded .center span {
	display:none;
}
.case-studie-box.case-study-expanded  .center .case-study-logo {
    display: table-cell;
    vertical-align: middle;
}
.case-study-logo{
	display:none;
}
#case-studies .case-study{
	padding-top:0px;
	padding-bottom:15px;
}
#case-studies .container-fluid{
	max-width:100%;
}
.case-studie-box.case-study-expanded figure .case-study-img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: none;
}
.case-studie-box figure{
	height:391px;
	position:relative;
	background-size: cover;
    background-position: center;
}
.case-studie-box figcaption{
	position:absolute;
	top:0;
	left:0;
	    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}
.case-studie-box .center span{
	font-size:45px;
	text-transform:none;
	color: #fff;
}
.case-studie-box:hover .case-study-img{
	-moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.case-studie-box:nth-child(2n+2){
	border-right:none;
	border-left:2px solid #fff;
}
.case-studie-box.box3:nth-child(2n+2){
	border-right:2px solid #fff;
	border-left:2px solid #fff;
}
.case-studie-box.box3:nth-child(3n+3){
	border-right:none;
	border-left:2px solid #fff;
}
#case-studies .case-study-detail{
	padding:35px 50px;
	
}
#case-studies .case-study-detail h2{
	font-size:35px;
	margin-top:50px;
}
.case-study-info-close{
	cursor:pointer;
}

#brand-quote{
	padding-bottom:80px;
	padding-top:60px;
}
.brand-quote{
	margin-bottom:50px;
}
#brand-quote .quote,
#testimonials-slider li {
	font-size:18px;
	color:#001141;
	line-height:1.4;
}
#testimonials-slider img {
    max-width: 200px !important;
    height: auto;
}
#testimonials-slider img + p{
	width: 70%;
	margin: 0 auto;
}
#brand-quote .bx-wrapper .bx-viewport{
	-moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow:none;
    border: none;
}
#brand-quote .bx-wrapper img{
	margin:20px auto 40px auto;
	max-width: 200px !important;
	height: auto;
}
#brand-quote .text {
	width: 70%;
	margin: 0 auto;
	font-size: 22px;
}
#brand-quote .client-name{
	font-size:14px;
	text-transform:uppercase;
	color:#23a8ba;
    display: block;
    clear: both;
    padding-top: 20px;
    width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#brand-quote .bx-wrapper  {
	margin-bottom: 30px
}
#brand-quote .bx-wrapper .bx-pager{
	bottom:0;
	padding-top: 0;
	margin-top: 30px;
	position: relative;

}
#brand-quote .bx-wrapper .bx-prev{
	    background: url(../images/left-arrow-videos-button.png) no-repeat top center;
	    left: -80px;
}
#brand-quote .bx-wrapper .bx-next{
	background: url(../images/right-arrow-videos-button.png) no-repeat top center;
	right: -80px;
}
.video iframe {
    max-width: 100%;
}
#brand-quote  .bx-wrapper .bx-next:hover {
    background-position: 0 0;
}
#brand-quote .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    outline: 0;
    width: 40px;
    height: 74px;
    text-indent: -9999px;
    z-index: 9999;
}
#brand-quote .quote{
	background-color:#fff;
}
#brand-quote .bx-wrapper .bx-pager.bx-default-pager a{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	width:13px;
	height:13px;
	background:#e6e6e7;
}
#brand-quote .bx-wrapper .bx-pager.bx-default-pager a:hover,#brand-quote  .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#414042;
}
#brand-quote .btn-enquire{
	font-size:14px;
}

/*--------------------Services Page End----------------
-------------------------------------------------*/


/*--------------------About-Us Investor----------------
-------------------------------------------------*/
#investor .nav-tabs>li{
	width:50%;
	margin-bottom:5px;
}
#investor{
	padding-top:100px;
}
#investor .nav-tabs>li>a{
	position: relative;
    display: block;
    padding: 18px 15px;
	border: 1px solid #414042;
	border-radius:0px;
	text-align:center;
	font-size:20px;
	color:#424143;
	text-transform:uppercase;
	font-family: 'MarkPro-Bold';
    margin-right: 2.5px;
}
#investor .nav-tabs>li:last-child>a {
    margin-right: 0;
    margin-left: 2.5px;
}
#investor .nav-tabs>li>a:hover{
	background-color:#1ea9bb;
	border-color:#1ea9bb;
	color:#fff;
}
#investor .nav-tabs>li.active>a,#investor .nav-tabs>li.active>a:hover,#investor .nav-tabs>li.active>a:focus{
	background-color:#1ea9bb;
	border-color:#1ea9bb;
	color:#fff;
}
#investor .nav-tabs>li.active>a::after {
    content: "\00A0";
    display: block;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    border-bottom-width: 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    top: auto;
    margin-left: -25px;
    z-index: 99;
}

#investor .tab-pane .international-board{
	background-color:#e6e7e8;
}
#investor .tab-pane .international-board:nth-of-type(1){
	padding:100px 10px 0px 10px;
}
#investor .tab-pane .international-board:nth-of-type(2),
#investor .tab-pane .international-board:nth-of-type(3){
	padding:10px 10px 60px 10px;
}
#investor .tab-pane .company-profile-title{
	background-color:#e6e7e8;
	padding-top:100px;
	padding-bottom:30px;
}
.investor-box.investor-box-expanded .investor-img{
	outline:10px solid #fff;
	outline-offset:-10px;
	 -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
	overflow:hidden;
}
.investor-box .investor-img>img{
	-moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.investor-img{
	overflow:hidden;
}
.investor-box:hover .investor-img>img{
	 -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.investor-name{
	font-size:12px;
	color:#000f41;
	margin-top:10px;
	margin-bottom:0;
}
.designation{
	font-size:12px;
	text-transform:uppercase;
	color:#414042;
	margin-top:0;
}
.designation{
	padding-right:20px;
}
#investor .panel-body{
	background-color:#fff;
	min-height:312px;
	padding-top:50px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	font-size:16px;
	line-height:18px;
}
#investor .panel-body h3{
	font-size:16px;
	color:#000f41;
	margin:0px 0px 20px 0px;
}
#investor .panel-body address{
	margin-top:0px;
	font-size:16px;
	text-transform:uppercase;
	color:#414042;
	font-family: 'MarkPro-Bold';
}
div.investor-box{
	text-align:left;
	width:136px;
	max-width: 100%;
	padding-right: 2px;
	margin: 0 auto;
	cursor:pointer;
	position:relative;
	min-height:234px;
}
.investor-box.investor-box-expanded::after {
    content: "\00A0";
    display: block;
    border: 25px solid transparent;
    border-top: 25px solid #e6e6e7;
    border-bottom-width: 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -25px;
    left: 50%;
    top: auto;
    margin-left: -25px;
    z-index: 99;
}
.location-box{
	position: absolute;
    bottom:20px;
    left: 20px;
}
.location-box a.download_link{
	border-bottom: 2px solid #b0b0b1;
}
.investor-box-info p:last-child{
	margin-bottom:0px;
}
.investor-box-address{
	min-height:230px;
}
@media (max-width: 767px) {
	.investor-box-address{
		min-height:0;
		}
	.location-box{
		position: static;
		}
	.hidden-xs {
		display: none !important;
		}
	.visible_xs {
		display: inherit !important;
		}
	.location-box p{
		padding:10px 0 0 0;
		}
	.investor-close
		{
		position: absolute;
		right:10px; top:10px;
		}
}




@media (max-width: 767px) {
}




.investor-box-social{
	position: static;
}
.investor-box-social .social-share{
	position:absolute;
	bottom:20px;
	right:20px;
	text-align:center;
}
@media (max-width: 767px) {
	div.investor-box-social div.social-share
		{
		padding-top:10px;
		position:relative;
		top: auto; bottom:auto;
		right:auto; left:auto;
		text-align:left;
		}
	}
.investor-box-social .social-share a:hover{
	color:#23a8ba;
}
.fa-envelope:before, .addthis_button_email.at300b:before{
	content:url(../images/Email-icon.png)!important;
	vertical-align:middle;
}
a:hover .fa-envelope:before, a:hover.addthis_button_email.at300b:before{
	content:url(../images/Email-icon-hover.png)!important;
}
.fa-download:before{
	content:url(../images/download-icon.png)!important;
	vertical-align:middle;
}
a:hover .fa-download:before{
	content:url(../images/download-icon-hover.png)!important;
}
.addthis_toolbox a.at300b:before, .addthis_toolbox a.at300m:before{
	vertical-align:middle;
}
.investor-box-social .social-share a{
	font-size:30px;
	color:#414042;
	margin:10px 0px 0px 0px;
	display:block;
}
.location-box
	{
	clear:both;
	}
.location-box p{
	margin-bottom:0;
	font-size:16px;
	color:#414042;
}
.location-box a{
	color:#414042;
	display:inline-block;
}
.location-box span{
	font-family: 'MarkPro-Bold';
	padding-right:5px;
}

#sustainable-developments .container-fluid{
	max-width:1280px;
}
.container-fluid{
	max-width:1280px;
}
.developments{
	border:10px solid #e6e6e7;
	border-top-width: 70px;
	padding:70px 0px;
}
.developments .page_info{
	font-size:14px;
	max-width:730px;
}
.diagram{
	margin-top:40px;
	margin-bottom:20px;
}
.diagram .img-responsive{
	margin-left:auto;
	margin-right:auto;
}
#shareholding{
	padding-bottom:100px;	
}
.shareholding-main{
	padding-top:70px;
	padding-bottom:100px;
	background-color:#e6e7e8;
	position:relative;
}
.shareholding-main::after {
    content: "\00A0";
    display: block;
    border: 40px solid transparent;
    border-bottom: 40px solid #fff;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    top: auto;
    margin-left: -40px;
    z-index: 9;
}
.shareholding-main .page_info{
	font-size:14px;
	max-width:730px;
}
.diagram-boxes{
	max-width:700px;
	margin:40px auto;
}
.diagram-box{
	max-width:220px;
	min-height:192px;
	background-color:#fff;
	margin-top:20px;
	margin-right:20px;
	border-top:10px solid #101541;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}
.diagram-box:nth-child(3n+3){
	margin-right:0;
}
.diagram-box h3{
	font-size:20px;
	color:#1ea9bb;
	margin-top:0;
	margin-bottom:0px;
	text-transform:uppercase;
	margin-bottom:0px;
}
.diagram-box-bottom{
	position:absolute;
	bottom:10px;
	min-height:92px;
}
.diagram-box h4{
	font-size:80px;
	color:#101541;
	margin-bottom:0;
	line-height:70px;
	margin-top:0px;
}
.diagram-box h3 span{
	font-size:20px;
	color:#1ea9bb;
	line-height:20px;
	margin-bottom:0;
	font-family: 'MarkPro-Light';
	text-transform:none;
	display:block;
}
#shareholding .btn-enquire{
	font-size:14px;
}
.download-link .title{
	margin-top:100px;
	margin-bottom:20px;
}
#shareholding .back-top-top{
	font-size:14px;
	text-transform:uppercase;
	position:absolute;
	bottom:-40px;
	left:50%;
	margin-left:-48px;
	color:#414042;
	
}
#investor .tab-content{
	height:100%;
}
.company-profile-main{
}
.company-profile-main .container-fluid{
	max-width:1280px;
	padding: 0 20px;
}

.why-us-boxes{
}
.why-us-box{
	max-width:20%;
	height:251px;
	background-color:#000f41;
	border-right:5px solid #fff;
	border-bottom: 5px solid #fff;
	padding:20px;
	position:relative;
}
.why-us-box img{
	margin-bottom:10px;
}
.why-us-box:nth-child(2n+2){
	background-color:#23a8ba;
}
.why-us-box:nth-child(5n+5){
	border-right:0;
}

.why-us-box h1{
	font-size:88px;
	color:#fff;
	margin:0;
	line-height:80px;
	letter-spacing: -6px;
}
.why-us-box h1 span{
	font-size: 49px;
    vertical-align: top;
    line-height: 15px;
}
.why-us-box h3{
	margin-top:0;
	font-size:19px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:0px;
}
.why-us-box p{
	font-size:18px;
	color:#fff;
	line-height:23px;
	margin-bottom:0;
}
.why-us-box:nth-child(2n+2) p{
	text-transform:uppercase;
}
.why-us-botom{
	position:absolute;
	bottom:20px;
	left: 20px;
	right: 20px;
}
.why-us-box:nth-child(2n+2)>.why-us-botom p {
    text-transform: none;
	color:#000f41;
}
.why-us-box:nth-child(n+6){
	border-bottom:0;
}
.testimonials-main{
	background-color:#e6e7e8;
	padding-top:100px;
	padding-bottom:10px;
}
.youtube-video{
	margin:30px 0px 100px;
}
.youtube-video iframe {
	max-width: 100%;
}
.testimonials-slider .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
	/*min-height:377px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
	left:0;
	background-color:transparent;
    margin-bottom: 40px;
}
.testimonials .client-name {
    display: block;
    margin-top: 20px;
}
.testimonials-slider .bx-wrapper .bx-viewport img {
    margin: 20px auto;
}
.testimonials-slider {
	max-width:720px;
    font-size: 35px;
    color: #001141;
    line-height: 35px;
	margin:0px auto;
	min-height:377px;
}
.testimonials-slider .client-name {
    font-size: 14px;
    text-transform: uppercase;
    color: #23a8ba;
    width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.testimonials-slider .bx-wrapper .bx-pager{
	bottom:-60px;
}
.testimonials-slider .bx-wrapper .bx-prev{
	background: url(../images/left-arrow-videos-button-white.png) no-repeat top center;
	left: -80px;
}
.testimonials-slider .bx-wrapper .bx-next{
	background: url(../images/right-arrow-videos-button-white.png) no-repeat top center;
	right: -80px;
}
#brand-quote .quote{
	background-color:#fff;
}
.testimonials-slider .bx-wrapper .bx-pager.bx-default-pager a{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	width:13px;
	height:13px;
	background:#ffffff;
}
.testimonials-slider .bx-wrapper .bx-next:hover{
	background-position: 0 0;
}
.testimonials-slider .bx-wrapper .bx-prev:hover{
	background-position: 0 0;
}
.testimonials-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,.testimonials-slider  .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#414042;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    outline: 0;
    width: 40px;
    height: 74px;
    text-indent: -9999px;
    z-index: 9999;
}
.our-mission{
	border:10px solid #e6e6e7;
	padding-top:90px;
	padding-bottom:90px;
}
.our-mission .page_info{
	font-size:18px;
	max-width:700px;
} 
.memberships-main{
	padding:100px 0;
	background-color:#e6e7e8;
}
.memberships{
	max-width:780px;
	margin:0 auto;
	padding:40px;
	background-color:#fff;
	position:relative;
}
.memberships::after {
    content: "\00A0";
    display: block;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    border-bottom-width: 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -25px;
    left: 50%;
    top: auto;
    margin-left: -25px;
    z-index: 99;
}
.memberships .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
	left:0;
	margin:50px 0px;
}
.memberships .memberships-logo .slide{
	background-size: contain !important;
	text-align: center;
	display: table;
}
.memberships .memberships-logo .slide .slide-inner{
	display: table-cell;
	vertical-align: middle;
}
.memberships .memberships-logo .slide .slide-inner img{
	max-height: 100px;
	width: auto;
	height: auto;
	max-width: 150px;
	margin: 0 auto;
}
.memberships .memberships-box {
 	padding: 0;
 	background-color: #fff;
    overflow: hidden;
	height: 170px;
	display: table;
}
.memberships .memberships-img {
    height: 150px;
    margin: 0px auto;
    border: 10px solid transparent;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    height: 150px;
	display: table-cell;
	vertical-align: middle;
}
.memberships .memberships-img .vhcentered-inside {
	max-width: 150px;
    max-height: 100px;
    margin: 0 auto;
}
.memberships-box:nth-child(3n+1):before {
    display: block;
    content: "";
    clear: both;
}
.our-history{
	background-color:#000f41;
	padding:100px 0px
}
.event-head h1{
	font-size:45px;
	color:#23a8ba;
	margin-top:10px;
	margin-bottom:50px;
}
.history-image .img-responsive{
	margin:auto;
}
.contect-botton{
	padding:100px 0px;
	background-color:#e6e7e8; 
	position:relative;
}
.contect-botton .btn-enquire{
	font-size:14px;
}
.contect-botton::after {
    content: "\00A0";
    display: block;
    border: 40px solid transparent;
    border-bottom: 40px solid #fff;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    top: auto;
    margin-left: -40px;
    z-index: 999999;
}
.contect-botton .back-top-top {
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -48px;
    color: #414042;
}
.contect-botton .back-top-top:hover {
	color: #23A8BA;
}
/*--------------------------careers page start--------------------------*/
#careers{
	padding-top:100px;
	padding-bottom:50px;
}

#careers .title{
	font-size:70px;
	margin-bottom: 30px;
}
#careers .page_info{
	max-width:800px;
	padding-bottom:70px;
}
#careers .play-button{
	position:absolute;
	left:50%;
	top:50%;
    width: 149px;
    height: 149px;
	margin-left:-74.5px;
	margin-top:-74.5px;
    background: url(../images/play-button.png) top left no-repeat;
    background-size: 100%;
    cursor: pointer;
}
#careers .video{
	margin-bottom:50px;
}
#careers .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
    -webkit-box-shadow:none;
    box-shadow: none;
    border:0;
    left:0px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
#careers .video-slider  .play-button{
	height:97px;
	width:97px;
	margin-top:-48.5px;
	margin-left:-48.5px;
}
#careers .container-fluid{
	max-width:1280px;
}
.video-slide-right,.video-slide-left{
	
}
.careers_testimonial{
	background-color:#e6e6e7;
	padding:8px;
	float:left;
    max-width: 100%;
    background-repeat: no-repeat;
}
.careers_testimonial_img{
	position:absolute;
	width:161px;
	top:8px;
	bottom:8px;
	background-size: cover;
    background-position: center;
}
.person-quote{
	float:right;
	padding:11px;
	background-color:#e6e6e7;
	font-size:13px;
	color:#000f41;
}
.person-img{
	background-position:center;
	background-size:cover;
}
.person-name{
	 font-size: 14px;
    text-transform: uppercase;
    color: #23a8ba;
}
.person-quote a{
	color:#23a8ba;
}
.person-quote h3{
	margin:0;
	text-transform:uppercase;
	font-size:16px;
	color:#414043;
}
.person-quote::after {
    right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(230, 230, 231, 0);
	border-right-color: #e6e6e7;
	border-width: 30px;
	margin-top: -30px;
}
.video-slider .bx-wrapper .bx-pager{
	bottom:-50px;
	left:0;
}
#brand-quote .quote{
	background-color:#fff;
}
.video-slider{
	position:relative;
	margin-bottom:60px;
}
.video-slider .bx-wrapper{
	position: static;
	margin-bottom:0px;
}
#video-slider{
	float:left;
	width:100%;
}
.video-slider img {
	height: auto;
}
.video-slider .video-wrapper {
	position: relative;
	height: 0px;
	padding-bottom: 53%;
	padding-top: 25px;
}
.video-slider .video-wrapper iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.video-slider .bx-wrapper .bx-pager.bx-default-pager a{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	width:13px;
	height:13px;
	background:#e6e6e7;
}
.video-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,.video-slider  .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#414042;
}
.video-slider .bx-wrapper .bx-prev{
	background:url(../images/left-arrow-videos-button.png) no-repeat top center;
}
.video-slider .bx-wrapper .bx-next{
	background:url(../images/right-arrow-videos-button.png) no-repeat top center;
}
.video-slider .bx-wrapper .bx-next:hover{
	background-position:0 0;
}
.video-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    outline: 0;
    width: 40px;
    height: 74px;
    text-indent: -9999px;
    z-index: 9999;
}

#roles-accordion{
	padding-top:40px;
}
#types-of-roles .panel-group .panel{
	border-radius: 0px;
	border:0;
	background-color: #e6e7e8;
	padding:40px 0px;
	margin-top:15px;
}
#roles-accordion .panel-default>.panel-heading{
	color: #333;
    background-color: #e6e7e8;
    border:0;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
}
#roles-accordion .panel-body{
	padding:0;
	border:none;
}
#roles-accordion .panel-title{
	font-size:20px;
	color:#000f42;
	padding:0px 0px;
}
.panel-group .panel-heading{
	padding:0
}
#roles-accordion .panel-title>a{
	display:block;
	margin-bottom:0px;
	padding-bottom:30px;
	background-image:url(../images/Internships-arrow-button.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	text-transform:uppercase;
}
#roles-accordion .panel-title>a:hover{
	color:#23a8ba;
	background-image:url(../images/Internships-arrow-button-hover.png);
}
#roles-accordion .panel-title>a .bottom-arrow{
	display:block;
	margin:10px auto 0px auto;
}
#roles-accordion .panel-title>a.collapsed .bottom-arrow{
	display:block;
	margin:10px auto 0px auto;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
	 background-color: #e6e7e8;
	 border:0;
}
#roles-accordion .page_info{
	max-width:780px;
	margin-top:20px;
}
.internship-box{
	font-size:14px;
	border-top:10px solid #000f41;
	max-width:220px;
	margin-right:13px;
}
.internship-box:last-child{
	margin-right:0;
}
.internship-box h3{
	font-size:14px;
	text-transform:uppercase;
	color:#000f41;
}
.internship-box h3 span{
	text-transform:none;
	display:block;
}
#roles-accordion .panel-title>a.active .bottom-arrow{
	filter: alpha(opactiy=0);
    -ms-filter: "alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity:0;
    opacity: 0;
}
.imt-timeline-box{
	background-color:#fff;
	padding:30px 0px;
	max-width:1070px;
	margin:auto;
}
.imt-timeline-inner{
	max-width:960px;
	margin:auto;
}
.imt-timeline-box .title{
	font-size:20px;
	text-transform:uppercase;
}
.imt-timeline-box .title span{
	text-transform:none;
	display:block;
}
.iimeline-month1{
	max-width:95px;
	margin-right:4px;
}
.iimeline-month{
	margin-right:4px;
}
.iimeline-month1 h3{
	border-bottom:10px solid #bde5ea;
	font-size:40px;
	color:#bde5ea;
}
.iimeline-month p{
	font-size:12px;
	text-transform:uppercase;
	line-height:16px;
	color:#414042;
	 font-family: 'MarkPro-Bold';
	font-weight:900;
}
.iimeline-month p span{
	text-transform:none;
	font-size:14px;
	display:block;
	 font-family: 'MarkPro-Light';
}
.iimeline-month2{
	max-width:60px;
}
.iimeline-month2 h3{
	border-bottom:10px solid #91d3dc;
	font-size:40px;
	color:#91d3dc;
}
.iimeline-month3{
	max-width:154px;
}
.iimeline-month3 h3{
	border-bottom:10px solid #5abecb;
	font-size:40px;
	color:#5abecb;
}
.iimeline-month3 {
	max-width:154px;
}
.iimeline-month4 h3{
	border-bottom:10px solid #23a8ba;
	font-size:40px;
	color:#23a8ba;
}
.iimeline-month5{
	max-width:450px;
}
.iimeline-month5 h3{
	border-bottom:10px solid #000f41;
	font-size:40px;
	color:#000f41;
}
.our-success-stories{
	padding:50px 0px;
}
.our-success-stories .title{
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.person-box{
	background-color:#fff;
	padding:10px;
}
.person-box:nth-child(3n+4){
	margin-right:0;
}
.person-box .person-img{
	margin-bottom:10px;
}
.person-box p{
	font-size:16px;
	line-height:20px;
	letter-spacing: -0.2px;
}
.person-box .person-name{
	text-transform:none;
}
.person-box h3{
	font-size:14px;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:20px;
}
.person-location-box{
	background-color:#000f41;
	padding:10px;
	color:#fff;
	font-size:14px;
}
.person-location-box span{
	 font-family: 'MarkPro-Bold';
	 text-transform:uppercase;
}
.person-location-box p{
	margin-bottom:10px;
}
.person-location-box h4{
	font-size:14px;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
}
.person-location-box h5{
	font-size:14px;
	margin-top:0;
	margin-bottom:0;
	font-weight:normal;
}
.map-box{
	max-width:1095px;
	margin:0px auto;
	margin-bottom:40px;
	padding:40px 20px;
	background-color:#000f41;
	min-height:400px;
}
.map-box-img{
	margin:auto;
}
.map-city-left{
	color:#fff;
	font-size:16px;
	margin-left:-60px;
}
.map-city-right{
	color:#fff;
	font-size:16px;
	margin-left:0px;
	float:right;
}
.map-city-left h3{
	font-size:16px;
	margin:0;
	text-transform:uppercase;
}
.map-city-right h3{
	font-size:16px;
	margin:0;
	text-transform:uppercase;
}
.city-box1{
	position:absolute;
	right:-120px;
	width:100%;
	top:-5px;
}
.city-box2{
	position:absolute;
	right:-120px;
	width:100%;
	top: 84px;
}
.city-box3{
	position:absolute;
	right:-120px;
	width:100%;
	top: 172px;	
}
.city-box4{
	position:absolute;
	right:-120px;
	width:100%;	
	top: 255px;
}
.map-city-right .city-box1{
	right:0;
	left:-20px;
}
.map-city-right .city-box2{
	right:0;
	left:-20px;
}
.map-city-right .city-box3{
	right:0;
	left:-20px;
}
.map-city-right .city-box4{
	right:0;
	left:-20px;
}
#new-vacancies{
	padding:70px 0px;
}

.vacancies-hede{
	border-top:10px solid #000f41;
}
.vacancies-hede h3{
	font-size:14px;
	margin-top:10px;
	text-transform:uppercase;
	color:#000f41;
}
.filter-by>ul {
	max-height: 476px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px;
    background-color: #ffffff;
    border: 1px solid #2a224f;
    font-family: 'MarkPro-Bold';
}
#new-vacancies .filter-by>ul{
	border-color:#414042;
}
.filter-by .list-group .sub-menu{
	border-top:1px solid #2a224f;
	background-color:#e6e6e7;
}
.list-item.active{
	background-color:#23a8ba;
	color:#fff;
}
.filter-by li {
    padding: 0px;
    border-bottom: 1px solid #2a224f;
}
.filter-by li a{
	    font-size: 16px;
    color: #414042;
    padding: 10px 15px;
    display: block;
}
.filter-by li:last-child{
	border-bottom:0;
}
.country ul::-webkit-scrollbar {
    width: 22px;
}
 
.country ul::-webkit-scrollbar-track {
    background-color:#fff;
	border-left:1px solid #2a224f;
}
.country ul::-webkit-scrollbar-thumb {
	background-color:#1a1242;
	border:2px solid transparent;
	border-left:3px solid transparent;
	background-clip: content-box;
}
#new-vacancies .country ul::-webkit-scrollbar {
    width: 22px;
}
#new-vacancies .country ul::-webkit-scrollbar-track {
    background-color:#fff;
	border-left:1px solid #414042;
}
#new-vacancies .country ul::-webkit-scrollbar-thumb {
	background-color:#414042;
	border:2px solid transparent;
	border-left:3px solid transparent;
	background-clip: content-box;
}


#new-vacancies .btn-enquire{
	font-size:14px;
	background-color: transparent;
}
#new-vacancies .btn-enquire:hover{
	background-color: #23a8ba;
}
#new-vacancies .file-upload-btn .btn-enquire{
	vertical-align: top;
	line-height: 41px;
}
.filter{
	padding:50px 0px;
}
.btn-apply.active{
	background-color:#23a8ba;
	color:#fff;
	border:none;
}
.btn-apply.active::after {
   	content: "\00A0";
    display: block;
    border: 40px solid transparent;
    border-top: 40px solid #fff;
    border-bottom-width: 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -60px;
    left: 50%;
    top: auto;
    margin-left: -40px;
    z-index: 999999;
}
.job-opening-list{
	padding:50px 0px;
}
.job-opening-list .title{
	margin-bottom:40px;
}
.job-opening{
	margin-bottom:20px;
}
.job-opening-box{
	background-color:#e6e6e7;
	display: table;
	padding:0px 20px;
	height:70px;
	margin-right:20px;
}
.job-opening-list .application-box{
	background-color:#e6e6e7;
	padding:60px 35px 100px 35px;
	margin-bottom:20px;
}
.job-title{
	width:280px;
	height:70px;
}
.job-opening-box p{
	font-size:12px;
	display: table-cell;
    vertical-align: middle;
}
.download-button{
	display:table;
	width:220px;
	margin-right:20px;
}
.job-location{
	width:220px;
}
.apply-now-button{
	display:table;
}
#new-vacancies .download-button .btn-enquire{
	line-height:normal;
	padding: 0px 10px;
	height:70px;
	vertical-align:middle;
	display:table-cell;
}
#new-vacancies .apply-now-button .btn-enquire{
	line-height:normal;
	padding: 0px 10px;
	height:70px;
	vertical-align:middle;
	display:table-cell;
}
.application-box h3{
	font-size:14px;
	color:#000f41;
	margin-top:0;
	margin-bottom:5px;
}
.application-box .form-control{
	display: block;
    width: 100%;
	max-width:504px;
    height: 41px;
    padding: 6px 12px;
	margin-bottom:4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #414042;
    background-color: #fff;
    border:0;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-textarea{
	display: block;
    width: 100%;
	max-width:504px;
   	min-height:127px;
    padding: 6px 12px;
	margin-bottom:4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #414042;
    background-color: #fff;
    background-image: none;
    border:0;
}
.postcode{
	margin-right:4px;
	max-width:245px;
}
.application-box form{
	margin:10px 0px;
	overflow:hidden;
}
.date{
	margin-right:4px;
	max-width:72px;
}
.desired-date{
	padding-top:10px;
}
.desired-date span{
	font-size:14px;
	display:block;
}
.number-box{
	background-color:#23a8ba;
	height:41px;
	max-width:56px;
	display:table;
}
.number-box.blue-bg{
	background-color:#000f41;
}
.number-box span{
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	text-align:center;
	font-size:14px;
}
.upload-file-input{
	margin-right:4px;
	position:relative;
}
.upload-file p{
	font-size:11px;
	margin-bottom:10px;
}
.upload-file p span{
	font-family: 'MarkPro-Bold';
}
.upload-file-input input[type="file"].input-button{
	opacity: 0;
    filter: alpha(opacity=0);
	position:absolute;
	min-width:106px;
	top:0;
	right:auto;
    left:-99999px;
	width:100%;
	cursor:pointer;
}
.input-file{
	background-image:url(../images/Choose-file-arrow-button.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-position-x: 95%;
	background-position-y: center
}
.number-box{
	margin-right:4px;
}
.file-upload-btn{
	max-width:106px;
}
.file-upload-btn .btn-enquire{
	min-width:106px;
	height:41px;
	line-height:41px;
}
.btn-send{
	position:absolute;
	bottom:0;
	right:0;
}
.close-application-box{
	margin-right:25px;
}
.btn-send .btn-enquire{
	min-height:67px;
	min-width:141px;
    display: table-cell;
	vertical-align: middle;
}
/*--------------------------careers page End--------------------------*/
.news-post h1
	{
	font-size:46px;
	margin-bottom: 20px;
	}
.news-post h2
	{
	font-size:30px;
	margin-bottom: 15px;
	}
.news-post h3
	{
	font-size:24px;
	margin-bottom: 12px;
	}
.news_content
	{
	font-size:16px;	
	font-weight: normal;
	}
.newspage-date
	{
	padding: 0;
	margin: 0;
	font-size:16px;
	color:#23a8ba;
	}
	
#authors_info
	{
	max-width: 960px; 
	margin: 0 auto;
	position: relative;
	}
.authors_portrait
	{
	width:120px;
	height:120px;
	position: absolute;
	bottom:-38px; left:-83px;
		-webkit-border-radius: 50%;
				border-radius: 50%;
		-webkit-background-clip: padding-box;
		   -moz-background-clip: padding;
				background-clip: padding-box;
				z-index: 1000;
	}	
.authors_title
	{
	position: relative;
	top:15px; left:10px;
	font-size:14px;
	color:silver;
	}	
.authors_portrait ~ .authors_title
	{
	top:15px; left:60px;
	}	
@media only screen and (max-width: 1100px) {

	.authors_portrait
		{
		width:90px;
		height:90px;
		position: absolute;
		bottom:-22px; left:5px;
		}	
	.authors_portrait ~ .authors_title
		{
		position: relative;
		top:15px; left:110px;
		font-size:14px;
		color:silver;
		}	
	}

#newslist .row
	{
	background-color: rgb(230,230,230);
	margin:10px 0;
	padding: 10px;
	}
#newslist [class*="col-"] 
	{
	font-size:16px; font-weight: bold;
	}
@media only screen and (max-width: 1000px) 
	{
	#newslist [class*="col-"] 
		{
		font-size:12px;
		}	
	}
@media only screen and (max-width: 767px) 
	{
	#newslist [class*="col-"] 
		{
		font-size:16px;
		}	
	}
#newslist a
	{
	color:#414042;
	-moz-transition-property: color;
	-moz-transition-duration: 0.5s;
	-moz-transition-delay: 0;
	/* WebKit */
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-delay: 0;
	/* Opera */
	-o-transition-property: color;
	-o-transition-duration: 0.5s;
	-o-transition-delay: 0;
	/* Standard */
	transition-property: color;
	transition-duration: 0.5s;
	transition-delay: 0;
	}
#newslist a:hover, 
#newslist a:active
	{
	color:#23a8ba;
	}
#newslist img
	{
	max-width:100%;
	height:auto;
	}
.news-social
	{
	margin-top:30px;
	}
.shariff li:first-of-type
	{
	margin-left: 0 !important;
	}
	
	
.newsroom-page-upcoming-events{
	margin-top:70px;
	padding-bottom:70px;
}
.newsroom .picFull.pageHeader {
    position: relative;
    top: 0;
    left: 0;
    z-index: 510;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.newsroom .pageHeader{
	background-image:url(../images/newsroom-header-img.png);
	min-height:400px;
	min-height:50vh;
}
.newsroom-event-box{
	margin-bottom:20px;
}
.event-box  .list-group{
	max-height:280px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px;
	margin-bottom:0;
    background-color:transparent;
    border: 1px solid #414042;
    font-family: 'MarkPro-Bold';
}
.event-box li {
    padding: 0px;
    border-bottom: 1px solid #414042;
}
.event-box li:last-child {
	border-bottom: none;
}
.event-box .list-group .sub-menu{
	background-color:transparent;
}
.list-group-item{
	background-color:transparent;
}
.event-box li a {
    font-size: 16px;
    color: #414042;
    padding: 10px 15px;
    display: block;
	background-image:url(../images/right-arrow.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-position-x: 95%;
	background-position-y: center;
}
.event-box li a.active{
	background-image:url(../images/right-arrow-down.png);
}
.event-box ul::-webkit-scrollbar {
    width: 14px;
}
 
.event-box ul::-webkit-scrollbar-track {
    background-color:transparent;
	border-left:1px solid #414042;
}
.event-box ul::-webkit-scrollbar-thumb {
	background-color:#414042;
	border:2px solid transparent;
	border-left:3px solid transparent;
	background-clip: content-box;
}
#contect-main{
	padding-top:100px;
	padding-bottom:60px;
}
#contect-main .title{
	font-size:70px;
	margin-bottom:20px;
}
.contact-us-head{
	margin-top: 30px;
}
.contect-info h3{
	margin:5px 0px 0px 0px;
	font-size:20px;
	color:#414042;
}
.contact-phone p{
	margin-bottom:0;
}
.contact-phone  a{
	color:#414042;
}
.contact-phone span{
	font-family: 'MarkPro-Bold';
	padding-right:5px;
}
#contect-middle{
	margin-top:10px;
	padding-bottom:100px;
}
.contect-video-inner{
	background-color:#e6e7e8;
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
}
.contect-video-inner::after {
    content: "\00A0";
    display: block;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    border-bottom-width: 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom:auto;
    left: 50%;
    top: 0px;
    margin-left: -25px;
    z-index: 9;
}
.contect-video-inner .video{
	max-width:780px;
	float:none;
	margin:40px auto 0px auto;
	position:relative;
    text-align: center;
}
.contect-video-inner .video>img{
	max-width: 100%;
	height: auto;
}
.contect-video-inner .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -37.5px;
    margin-top: -37.5px;
    background: url(../images/play-button.png) center no-repeat;
    background-size: 100%;
    height: 75px;
    width: 75px;
    cursor: pointer;
}
.our-team-main{
	background-color:#e6e7e8;
	position:relative;
	padding-bottom:100px;
}
.our-team img {
    /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    /*filter: gray; /* IE6-9 */*/
    /*-webkit-filter: grayscale(100%);  Chrome 19+, Safari 6+, Safari 6+ iOS */*/
}
.our-team-inner{
	max-width:780px;
	margin:0px auto;
	float:none;
	padding-bottom:30px;
}
.team-person-box{
	border-top:10px solid #23a8ba;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding:16px 0px 10px 0px;
	max-width:780px;
	float:none;
	position: relative;
}
.team-person-img{
	max-width:220px;
	margin-right:20px;
}
.team-person-info h3{
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	color:#59b9c6;
    text-transform: uppercase;
}
.team-person-info p{
	font-size:26px;
    color: #001141;
}
.person-detail {
	font-size: 14px;
}
.person-detail p{
	font-size:20px;
	line-height:26px;
	margin-bottom:0;
}
.team-person-box:nth-child(2n+1) .team-person-img{
	float:right;
	margin-right:0;
	
}
.team-imgaes{
	max-width:780px;
	margin:4px auto;
	float:none;
}
.team-imgae-left{
}
.team-imgae-right{
	max-width:515px;
	float:right;
}
/*.team-imgaes:nth-child(2n+1) .team-imgae-left{
	float:right;
}
.team-imgaes:nth-child(2n+1) .team-imgae-right{
	float:left;
}*/
.contect-client-section{
	position: relative;
    background: #fff;
    border: 10px solid #e6e6e7;
    padding-bottom:60px;
	padding-top:60px;
}
.contect-client-section.arrow_up:after,.contect-client-section.arrow_up:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 9;
}
.contect-client-section.arrow_up:before {
    border-color: rgba(230, 230, 231, 0);
    border-top-color: #e6e6e7;
    border-width: 44px;
    margin-left: -44px;
}
.contect-client-section.arrow_up:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px;
}

#contect-middle #client{
	padding-bottom:0;
}
.awards-inner{
	background-color:#e6e7e8;
	padding-top:60px;
	padding-bottom:80px;
}
.client-bottom-arrow{
	background-color:#e6e7e8;
	height: 113px;
}
.client-bottom-arrow .view-all {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
}
.awards-inner .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0px;
    background:none;
	margin:60px 0px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.awards-box{
	width:300px;
	min-height:309px;
	background-color:#fff;
	padding:70px 20px 20px 20px;
	font-size: 14px;
}
.awards-img{
	margin:auto;
	padding-bottom:20px;
}
.awards-box p{
	font-size:16px;
	color:#001141;
}
.awards-inner .bx-wrapper .bx-pager.bx-default-pager a{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	width:13px;
	height:13px;
	background:#fff;
}
.awards-inner .bx-wrapper .bx-pager{
	bottom:-80px;
    left: 0;
}
.awards-inner  .bx-wrapper .bx-pager.bx-default-pager a:hover,.awards-inner   .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#1a1242;
}
.awards-inner  .bx-wrapper .bx-prev{
	background:url(../images/left-arrow-videos-button.png) no-repeat top center;
	left:-18%;
}
.awards-inner .bx-wrapper .bx-next{
	background:url(../images/right-arrow-videos-button.png) no-repeat top center;
	right: -18%;
}
.awards-inner .bx-wrapper .bx-next:hover{
	background-position:0 0;
}
.awards-inner .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    outline: 0;
    width: 40px;
    height: 74px;
    text-indent: -9999px;
    z-index: 9999;
}
#cityaccordion
	{
	padding:20px 0;
	}
#cityaccordion .panel
	{
	border:0;
	-webkit-border-radius: 0px;
			border-radius: 0px;
	}
#cityaccordion .panel-title
	{
	text-align:center;
	padding:5px;
	font-size:26px;
	line-height:45px;
	font-weight: 300;
	position: relative;
	min-height:45px;
	-webkit-border-radius: 0px;
			border-radius: 0px;
	}
#cityaccordion .panel-title a
	{
	position: absolute;
	top:0; right:0;
	bottom:0; left:0;
	font-family: 'MarkPro-Light';
	}
#cityaccordion .canvas
	{
	max-width:100%;
	}
.city-name-section{
	padding-top:20px;
	min-height:550px;
}
.city-name-section .nav-tabs>li{
	width:234px;
	margin-right:8px;
}
.city-name-section .nav-tabs>li:last-child{
	margin-right:0;
}
.city-name-section .nav-tabs{
	border-bottom:0;
}
.city-name-link.active{
	background-color: #1ea9bb;
    border-color: #1ea9bb;
    color: #fff;
}
.city-name-section .nav-tabs>li>a:hover {
    background-color: #1ea9bb;
    border-color: #1ea9bb;
    color: #fff;
}
/*
	.city-name-link.active::after {
    content: "\00A0";
    display: block;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    border-bottom-width: 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    top: auto;
    margin-left: -25px;
    z-index: 99;
}
*/
.city-name-section .nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 18px 15px;
    border: 1px solid #414042;
    border-radius: 0px;
    text-align: center;
    font-size: 20px;
    color: #424143;
    text-transform: uppercase;
    font-family: 'MarkPro-Bold';
}
.city-name>a{
	display:block;
	position: relative;
    padding: 18px 15px;
    border: 1px solid #414042;
    border-radius: 0px;
    text-align: center;
    font-size:19px;
    color: #424143;
    text-transform: uppercase;
    font-family: 'MarkPro-Bold';
}
.city-name {
	float:left;
	padding:4px;
}
.city-name:first-child{
}
.city-name:last-child{
}
.city-name-section .tab-content{
	padding-top:60px;
	padding-bottom:60px;
	padding-left:60px;
	padding-right:60px;
	background-color:#e6e7e8;
	margin-top:8px;
}
.city-location-info h3{
	font-size:20px;
	color:#001141;
	margin:0;
}
.city-location-info p{
	margin-bottom:0;
}
.main-city-name{
	background-color:#e6e7e8;
	padding-bottom:100px;
}
.city-name-boxes{
	background-color:#fff;
	padding-bottom:8px;
}
.main-city-name::after {
    content: "\00A0";
    display: block;
    border: 40px solid transparent;
    border-bottom: 40px solid #fff;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    top: auto;
    margin-left: -40px;
    z-index: 999999;
}
#contect-middle .back-top-top {
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -48px;
    color: #414042;
}
.addthis_button_email, .addthis_button_facebook, .addthis_button_twitter, .addthis_button_linkedin{
	position: relative;
	font: normal normal normal 14px/1 FontAwesome;
}
.news-item-social .at4-icon.aticon-email, .at4-icon.aticon-facebook, .at4-icon.aticon-twitter, .at4-icon.aticon-linkedin, .at4-icon.aticon-email{background: none !important;}
.addthis_toolbox a.at300b, .addthis_toolbox a.at300m{
	max-width: 34px;
	max-height: 34px;
	box-sizing: border-box;
}
@-webkit-keyframes animate-arrow-down {
    0% {
    -webkit-transform: translateY(0);
}
25% {
    -webkit-transform: translateY(15px);
}
50% {
    -webkit-transform: translateY(0);
}
75% {
    -webkit-transform: translateY(15px);
}
100% {
    -webkit-transform: translateY(0);
}
}
@keyframes animate-arrow-down {
    0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
25% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
}
50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
75% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
}
100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
}
.form-group .upload-file-input span{
    display: block;
    margin: -15px 0px 0px;
    opacity: 0.5;
    font-size: 14px;

}
.form-group .upload-file-input span.letter-name {
    max-width: 90%;
    overflow: hidden;
}
.input-file br{
 display: none;
 }
 .form-group .upload-file-input span{
               margin: 0;
               line-height: 30px;
 }
.input-file{position: relative;}
.form-group .upload-file-input span.file-text {
               position: absolute;
               top: 0px;
               left: 0px;
               width: 100%;
               height: 100%;
               padding: 6px 12px;
               z-index: 10;
               opacity: 1;
               background: #fff;
           }
.file-text .delete{
    position: absolute;
    right: 10px;
    top: 5px;
}
.file-text .delete-1,.delete-2,.delete-3{
    position: absolute;
    right: 10px;
    top: 5px;
}
.wpcf7-form input.hide-email-input{
    position: absolute;
    left:-99999px;
}
.upload-file-input br{display: none;}


.person-detail ul {
    padding-left: 30px;
}
.person-detail li {
    list-style-type: circle;
    list-style: initial;
}
#menu-primary-menu {
    padding-top: 20px;
}
.event-box .social-share {
    margin-top: 30px;
    position: absolute;
    bottom: 20px;
    left: 25px;
}
.watch-out-for .event-box{padding-bottom: 85px;}
@media only screen and (max-width: 767px) {
	.event-box .social-share {position: static;}
	.addthis_toolbox{float: none;}
    #menu-primary-menu {
        padding-top: 0;
    }
    .menu-link .nav_icon {
        margin-right: 10px;
    }
    .logo {
        top: 16px;
        left: 25px;
    }
    #mainHeader .menu-link .careers_link { display: none; }
  
    #mainHeader.stiky .menu-link .contact_icon{
	background: url(../images/contact_icon2.png) no-repeat center center;
    background-size: 100%;
	}
	#mainHeader.stiky .menu-link .nav_icon{
		background: url(../images/nav_icon2.png) no-repeat center center;
		background-size: 100%;
	}
}
.memberships.arrow_up:after{display:none;}
.services-box-no-flipped{
    height:395px;
    background-color:#e6e6e7;
    padding:10px;
    position:relative;
    border-right:4px solid #fff;
    border-bottom:4px solid #fff;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
}
.services-box-no-flipped.box3{
    border-right:4px solid #fff;
    border-bottom:4px solid #fff;
    height:395px;
}
.services-box-no-flipped.box4{
    height:310px;
    border-right:4px solid #fff;
    border-bottom:4px solid #fff;
}
.services-box-no-flipped.box4:nth-child(4n+4){
    border-right:none;
}
.services-box-no-flipped.box3:nth-child(3n+3){
    border-right:none;
}
.services-box-no-flipped .center h3{
    font-size:30px;
    text-transform:none;
    line-height:35px;
    margin-bottom:0px;
    min-height: 105px;
}
.services-box-no-flipped  .face {
    position: absolute;
    -webkit-backface-visibility: hidden ;
    backface-visibility: hidden;
    z-index: 2;
    left:10px;
    top:10px;
    right:10px;
    bottom:10px;
}
.services-box-no-flipped  .front {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    background-color: #e6e6e7;
}
.services-box-no-flipped .front.inactive {
    cursor: initial;
}
.services-box-no-flipped.flipped{
    border-bottom:none;
    border-top: 4px solid #fff;
}
.services-box-no-flipped.box4 .services-box-info{
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    height: 100%;
}
.services-box-no-flipped.box4:nth-child(4n+4){border-right: 4px solid #FFF;}
#client .slide {
    background-size: 80%!important
}
#careers .video-slider iframe{max-width: 100%;}
div.wpcf7-response-output{
	clear: both;
	position: absolute;
	bottom: -100px;
}
div.wpcf7-validation-errors{border: 2px solid #f00 !important;}
span.wpcf7-not-valid-tip{font-size: 0.8em !important;}
.nav-list > li a:hover{color: #23a8ba;}
.file-text span.letter-name-1, .file-text span.letter-name-2, .file-text span.letter-name-3, .form-group .upload-file-input span.letter-name{
	white-space: nowrap;
	overflow: hidden;
}
.postcode{display: block;}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    .newsroom .vhcentered-inside {
        margin-top: 150px;
    }
}

a {
	outline: none !important;
}
#client > .container-fluid > div.col-md-12 {
  z-index: 8;
}
.client-img.vhcentered {
  display:table-cell;
  vertical-align: middle;
 }
.client-img .vhcentered-inside {
  	padding-top: 0 !important;
    -ms-interpolation-mode: bicubic;  /* IE (non-standard property) */
}
span.wpcf7-form-control-wrap {
	display: block;
}
.addthis_toolbox.addthis_32x32_style span {
	display: none !important;
}
.scroll-back-top {
	font-size: 14px;
	text-transform: uppercase;
	color: #414042;
	display: block;
	text-align: center;
	padding: 20px;
	margin: 20px 0px;
}
.scroll-back-top i {
	font-size: 60px;
}
.scroll-back-top:hover,
.scroll-back-top:active,
.scroll-back-top:focus {
	outline: none;
}
.hero-section .vhcentered-inside {
	width: 100%;
}


/* Remove global transition */
.services .picFull.pageHeader {
	-moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}




