body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Abel', sans-serif; overflow-x: hidden;
}
.wrap { overflow-x: hidden; }

.material-icons{
	vertical-align: middle !important;
	padding-bottom: 3px;
}

.main_nav_topbar{
	background: #131723; 
	padding: 5px 0 6px 0;
	border-bottom: 1px solid #edefee;
}
.main_nav_topbar p{
	color: #FFF;
	font-size: 15px;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 0;
	margin: 0;
}

.main_nav_topbar p a:link, .main_nav_topbar p a:visited{
	color: #FFF;
}

.main_navigation{
	width: 100%;
	
	padding-top: 18px;
	padding-bottom: 0;
	background: #d7e5f5;
}

.fullnav_container {
	width: 100%;
}

.main_navigation .navbar-nav .nav-item .nav-link{
	font-size: 19px;
	font-weight: 300;
	color: #131723;
	font-family: 'Barlow Condensed', sans-serif;
	border-bottom: 10px solid #d7e5f5;
}
.main_navigation .navbar-nav .nav-item .nav-link:hover{
	color: #000;
	text-decoration: underline;
}

.main_navigation .navbar-nav .nav-item .nav-link.active{
	border-bottom: 10px solid #d8ba4a;
}


@media (max-width: 991px) {
	.main_navigation .navbar-nav .nav-item .nav-link{
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}
}




footer{
	border-top: 3px solid #d8ba4a;
	border-bottom: 26px solid #d8ba4a;
	background: #96abc3;
	background: -moz-linear-gradient(top, #96abc3 0%, #576271 100%);
	background: -webkit-linear-gradient(top, #96abc3 0%,#576271 100%);
	background: linear-gradient(to bottom, #96abc3 0%,#576271 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96abc3', endColorstr='#576271',GradientType=0 );
}

.footer-lg-txt{
	font-size: 20px;
	font-family: 'Barlow Condensed', sans-serif;
	color: #FFF;
}
.footer-lg-txt a{
	color: #FFF;
}

.social-icon{
	color: #FFF;
	font-size: 30px;
}

.social-icon:hover{
	color: #d8ba4a;
}

.footer-copyright{
	color: #FFF;
	font-size: 14px;
	margin:0;
}
.footer-copyright.mobile-copyright {
    display: none;
}
.footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-tagbox{
	width: 100%;
	background: rgba(20, 24, 35, 0.50);
	padding: 20px 0;
}

h1{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 32px;
	line-height: 53px;
	font-weight: 300;
	color: #262625;
	text-transform: uppercase;
}
.home-bg h1 { font-size: 40px;  }

h2{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	color: #19b6f0;
	text-transform: uppercase;
}

.white-txt{
	color: #FFF !important;
}

.gold-divide{
	width: 170px;
	height: 2px;
	margin: 47px auto;
	background: #d6b640;
}

p.larger{
	font-size: 18px;
	color: #141823;
	font-family: 'Abel', sans-serif;
}

.what-we-do-bg{
	background: url(../images/whatwedo-bg.jpg) center center no-repeat;
	height: 1400px;
	background-size: cover;
	margin-bottom: 60px;
}

.about-mirador-bg{
	background: url(../images/about-us-new-bg.png) center center no-repeat;
	height: 1110px;
    background-size: cover;
}

.excon-bg{
	background: url(../images/executivecontinuity-bg.jpg) center center no-repeat;
	height: 1653px;
	padding-top: 154px;
}

.exrec-bg{
	background: url(../images/executiverecruitment-bg.jpg) center center no-repeat;
	height: 1646px;
	padding-top: 154px;
}

.contactus-bg{
	background: url(../images/contact-bg.jpg) center center no-repeat;
	background-size: cover;
}

.home-bg{
	background: url(../images/home-bg.jpg) center center no-repeat;
	background-size: cover;
}

.talent-advisory-bg {
	background: url(../images/talent-advisory-bg.jpg) center center no-repeat;
	height: 100%;
    background-size: contain;
    padding-bottom: 56.25%;
}

.quotes-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.quotes-wrap-sec {
    background: url(../images/quotes-bg.png) center center no-repeat;
	max-width: 400px;
    margin: 0 auto;
    width: 100%;
    min-height: 560px;
	height: 100%;
	background-size: cover;
}
.quotes-wrap-text {
    padding: 20px 32px;
}
.quotes-wrap-text i { 
    font-size: 16px;
    margin: 2px 0 15px 0;
    display: inline-block;
    vertical-align: middle;
    color:#141823;
}
.quotes-wrap p {
    font-size: 18px;
    color:#141823;
}
.quotes-wrap h2 {
    font-size: 32px;
    color:#141823;
}

@media (max-width: 991px) {
	.excon-bg, .exrec-bg{
		background: #FFF;
		height: auto;
		padding-top: 0;
	}
}


.yellow-box{
	width: 100%;
	background: rgba(217, 187, 75, 0.75);
	padding: 20px;
}

.what-we-do-content1{
	margin-top: 207px;
}

.what-we-do-content2{
	margin-top: 220px;
}
.what-we-do-content2 .yellow-box {
    margin: 0 0 0 -16px;
}

@media (min-width: 1921px) {
	.what-we-do-bg { 
		height: 1840px; 
	}
	.what-we-do-content1{
		margin-top: 300px;
	}

	.what-we-do-content2{
		margin-top: 250px;
	}
}

.btn-primary{
	background: #3f3f41;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Georgia,Times,Times New Roman,serif;
	padding: 15px 36px;
	border: none;
	outline: none;
	border-radius: 0;
}

.btn-primary:hover{
	background: #3f3f41;
	color: #d8bb4a;
	text-decoration: none;
}
.btn-primary:active{
	background: #3f3f41;
	color: #d8bb4a;
}

.btn-secondary{
	background: #FFF;
	color: #191a19;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Georgia,Times,Times New Roman,serif;
	padding: 15px 36px;
	border: none;
	outline: none;
	border-radius: 0;
}

.btn-secondary:hover{
	background: #3f3f41;
	color: #d8bb4a;
	text-decoration: none;
}
.btn-secondary:active{
	background: #3f3f41;
	color: #d8bb4a;
}






.next-page-link{
	color: #3f3f41;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Georgia,Times,Times New Roman,serif;
}
.next-page-link:hover{
	color: #d8bb4a;
	text-decoration: none;
}

.bul-list-style{
	font-size: 18px;
	color: #141823;
	font-family: 'Abel', sans-serif;
}

.animating-circle{
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	width: 150px;
	height: 150px;
	position: absolute;
	left: calc(50% - 75px);
	top: 0;
	display: none;
}

.animating-circle.fixed{
	position: fixed;
	left: calc(50% - 75px);
	top: calc(50% - 75px);
}

.border-line{
	width: 151px;
	height: 151px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 6px solid #d6b740;
	z-index: 2;
	border-radius: 100%;
}

.water-line{
	background: #00adee;
	height: 200px;
	width: 150px;
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 1;
}

.animating-arrow{
	width: 100px;
	height: 180px;
	position: fixed;
	left: calc(50% - 54px);
	top: calc(50% - 90px);
	display: none;
}



@supports (-ms-ime-align: auto) {
	.animating-circle{
		display: none !important;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .animating-circle{
		display: none !important;
	}
}

.required{
	color: #d8bb4a;
}
.keywords_inputfield{
	background: #F4F5F5;
	border: none;
	border-radius: 4px;
	padding: 20px 30px;
	width: 100%;
	outline: none;
	font-size: 18px;
	margin-bottom: 32px;
}
.keywords_inputfield.smaller{
	width: 30%;
}

.textarea_inputfield{
	background: #F4F5F5;
	border: none;
	border-radius: 4px;
	padding: 20px 30px;
	width: 100%;
	outline: none;
	font-size: 18px;
	margin-bottom: 32px;
	height: 150px;
}

.error_txt{
	display: none;
	color: #FF4F4B;
}

.keywords_inputfield::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #979fa2;
}
.keywords_inputfield::-moz-placeholder { /* Firefox 19+ */
  color: #979fa2;
}
.keywords_inputfield:-ms-input-placeholder { /* IE 10+ */
  color: #979fa2;
}
.keywords_inputfield:-moz-placeholder { /* Firefox 18- */
  color: #979fa2;
}


.textarea_inputfield::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #979fa2;
}
.textarea_inputfield::-moz-placeholder { /* Firefox 19+ */
  color: #979fa2;
}
.textarea_inputfield:-ms-input-placeholder { /* IE 10+ */
  color: #979fa2;
}
.textarea_inputfield:-moz-placeholder { /* Firefox 18- */
  color: #979fa2;
}


.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
	h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.about-mirador-bg { height: 760px; }
	.what-we-do-content2 {
		margin-top: 160px;
	}
	.home-bg h1 {
		font-size: 32px;
		line-height:normal;
	}
}
@media (max-width: 991px) {
	.animating-circle, .animating-arrow{
		display: none !important;
	}
	.what-we-do-content2 .yellow-box {
		margin: 0 0 0 0;
	}
	.what-we-do-content2 {
		margin-top: 280px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.home-bg h1 {
		font-size: 24px;
	}
	.about-mirador-bg { height: 560px; }
	.footer-copyright.mobile-copyright {
		display: block;
		margin-top:20px;
	}
	.footer-copyright { display:none; }
	.footer-bottom-wrap { display:block; }
	.what-we-do-content2 {
		margin-top: 240px;
	}
}
@media (max-width: 576px) {
	h1{
		font-size: 22px;
		line-height: 32px;
	}
	
	p.larger{
		font-size: 18px;
	}
	
	.btn-primary{
		font-size: 14px;
	}
	
	.btn-secondary{
		font-size: 14px;
	}
	.quotes-wrap-sec {
        min-height: 510px;
        max-width: 380px;
	}
	.quotes-wrap p {
        font-size: 16px;
	}
}
@media (max-width: 420px) {
	.what-we-do-content2 {
		margin-top: 140px;
	}
	.quotes-wrap-text {
        padding: 10px 10px;
    }
    .quotes-wrap p {
        font-size: 14px;
    }
    .quotes-wrap h2 {
        font-size: 22px;
    }
    .quotes-wrap-text i {
        font-size: 14px;
        margin:0 0 5px 0;
    }
    .quotes-wrap-sec { background-size: contain; max-width: 285px;
    min-height: 430px; }
}
@media (max-width: 400px) {
	/*.quotes-wrap-sec {
		min-height: 363px;
		max-width: 259px;
	}*/
}
@media (max-width: 360px) {
	.what-we-do-content2 {
		margin-top: 50px;
	}
}