@import 'https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900';
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900';
/*Header*/

body {
  font-size: 18px;
  color: #4E5357;
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 28px;
}

body a:focus, body a:hover {
  text-decoration: none;
  outline: none;
}
p {

  margin: 0 0 20px 0;
}

h1, .h1 {
  font-size: 22px;
  color: #000;
}

h2, .h2 {
  font-size: 20px;
  color: #000;
}

h3, .h3 {
  font-size: 16px;
  color: #000;
}

h4, .h4 {
  font-size: 14px;
  color: #000;
}

img {
  max-width: 100%;
}

a {
  color: #20558b;
}

a:hover {
  color: #002979;
}

button, submit, input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.n_detail ol,
.n_detail ul {
  display: flow-root;
}

.n_detail ol.colorcircle {
  counter-reset: li;
  list-style-type: none;
}
.n_detail ol.colorcircle li {
  position: relative;
  padding: 5px 0 5px 30px;
}
.n_detail ol.colorcircle li:before {
  content: counter(li);
  counter-increment: li;
  height: 20px;
  width: 20px;
  border: 1px solid #4372c6;
  border-radius: 50%;
  color: #4372c6;
  text-align: center;
  line-height: 19px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 16px;
}

ul.links.inline {
  padding: 0;
}

ul.links.inline li {
  list-style: none;
}

.block {
  margin-bottom: 20px;
}

.main-header {
  background: #fff;
  padding: 12px 0 0 0;
  margin-bottom: 0;
  position: relative;
  border-bottom: 3px solid #ebeeef;
}

body.path-frontpage #wrapper {
  float: left;
}

.footerwidget, .copyright, #wrapper {
  /* float:left; */
  width: 100%;
  width: 100%;
}

.copyright.mobile {
  width: 200%;
  display: block;
}

body.main-header {
  border: none;
}

/*.main-header:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 22, 26, 0.88);
}*/

.main-header nav {
  background: none;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.main-header .region {
  position: relative;
  z-index: 2;
}

/*region header*/

.site-branding {
  margin: 0;
}

.brand.logo {
  margin-right: 5px;
}

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}

.site-name a {
  font-size: 26px;
  color: #fff;
}

/*Banner*/

.welcome-banner-text {
  width: 100%;
  background-color: #f7f7f7;
}

.welcome-banner-text h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.welcome-banner-text .block {
  margin-bottom: 0;
}

/*top widget*/

.topwidget {
  text-align: center;
  padding: 50px 0;
}

.topwidget .fa {
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

/*footerwidget*/

.footerwidget {
  background: #3f474a;
  color: #e7e7e7;
  padding: 10px 0;
}

.footerwidget img.left {
  float: left;
  margin: 10px 10px 0 0;
}

.footerwidget .col-md-4 .region {
  max-width: 80%;
}

.footerwidget .col-md-4 .region input, .footerwidget .col-md-4 .region textarea, .footerwidget .col-md-4 .region select {
  width: 100%;
  color: #20558b;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 4px;
  background: #ffffff;
  border: none;
  -webkit-appearance: none;
  max-height: 150px;
}

.footerwidget .col-md-4 .region input:focus, .footerwidget .col-md-4 .region textarea:focus, .footerwidget .col-md-4 .region select:focus {
  background: #ededed;
}

.footerwidget .col-md-4 .region input[type="submit"] {
  width: auto;
  color: #20558b;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  background: #c6ac01;
  border-radius: 4px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  min-width: 140px;
  line-height: 20px;
}

.footerwidget .col-md-4 .region input[type="submit"]:hover, .footerwidget .col-md-4 .region input[type="submit"]:focus, .footerwidget .col-md-4 .region input[type="submit"]:active {
  background: #1f558b;
  color: #fff;
}

.footerwidget .col-md-4 .region .form-actions {
  text-align: center;
}

.footerwidget .col-md-4 .region #edit-preview {
  display: none;
}

.copyright {
  background: #3f474a;
  color: #fff;
  display: none;
}

.copyright a {
  color: #fff;
}

.footerwidget .col-md-4 .contact-message-form label {
  display: none;
}

.copyright p {
  margin: 35px 0;
  font-size: 13px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-weight: 400;
}

.footerwidget h2, .footerwidget .h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 32px;
  padding-bottom: 10px;
  position: relative;
  font-family: 'Lato', sans-serif;
}

.footerwidget h2::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 40px;
  background: #c6ac01;
  content: "";
}

.footerwidget h4 {
  color: #e7e7e7;
  font-weight: 600;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}

.footerwidget p {
  color: #e7e7e7;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
}

.btn_front {
  color: #20558b !important;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  background: #c6ac01;
  border-radius: 4px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  min-width: 140px;
  line-height: 20px;
}

.btn_front:hover {
  background: #1f558b;
  color: #fff !important;
}

/*bottom-widgets*/

.bottom-widgets {
  text-align: center;
  background: #FBFBFB;
  padding: 10px 0;
}

.bottom-widgets .region {
  padding: 10px;
  background: #DEDEDE;
}

/*Footer menu*/

.footer-menu {
  margin: 0;
  border: 0;
  background: #eee;
  color: #fff;
}

.footer-menu ul {
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li {
  display: inline-block;
}

.footer-menu nav li a {
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p, .google_map .block {
  margin: 0;
}

.google_map iframe {
  display: block;
}

/*Credit link*/

.credit-link {
  text-align: left;
}

/*SOCIAL MEDIA*/

.social-media {
  margin: 20px 0 0 0;
  overflow: hidden;
  float: left !important;
  width: 100%;
}

.footerwidget .last-footer p {
  margin-bottom: 10px;
}

.social-media a {
  width: 30px;
  height: 30px;
  color: #20558b;
  float: left;
  margin: 0 10px 0 0 !important;
  text-align: center;
  background: #fff;
  font-size: 14px;
  line-height: 220%;
  border-radius: 50%;
}

.social-media a svg {
    width: 12px;
    fill : #20558b;
}

.footerwidget .last-footer h2 {
  margin-bottom: 15px;
}

.footerwidget .last-footer .block {
  margin-bottom:
}

.social-media>h2 {
  margin-top: 0;
}

/*.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}
*/

.social-media a:hover {
  background: #c6ac01;
}

/*FORM*/

input, button, select, textarea {
  padding: 9px;
  border: 1px solid #C7C7C7;
  max-width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

.contact-message-form label {
  display: block;
}

.btn, input[type="submit"] {
  background: #20558B;
  color: #fff;
  border: 0;
  /*padding: 13px;*/
  line-height: 100%;
  /*height: 42px;*/
  padding: 11px 13px;
  height: 38px;
  vertical-align: middle;
}

.btn:hover, input[type="submit"]:hover {
  background: #1f558b;
}

/*FRONT PAGE*/

/*.content_layout {
        text-align: center;
}*/

.what-we-do-main {
  text-align: left;
}

.feed-icon {
  display: none;
}

/*MENU*/

.navbar-default .navbar-toggle {
  background: #fff;
  margin-right: 0;
}

nav h2 {
  display: none;
}

.menu-base-theme, .menu-base-theme a, .menu-base-theme a:hover, .menu-base-theme a:focus, .menu-base-theme a:active, .menu-base-theme a.highlighted {
  background: none;
}

.menu-base-theme li a {
  background: #FBFBFB
}

.main-menu {
  position: relative;
  z-index: 9999;
}

.region-primary-menu {
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin: 25px 0 0 0;
}

.menu-base-theme a {
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow {
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
}

.navbar-toggle {
  z-index: 999;
}

/*breadcrumb*/

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul {
  padding: 0;
}

.breadcrumb ul li {
  display: inline-block;
}

/*search form*/

#search-block-form {
  display: table;
  width: 100%;
  border: 2px solid #c6ac01;
}

#search-block-form .form-item, #search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
}

#search-block-form input {
  width: 100%;
  font-size: 15px;
  height: 34px;
  color: #000;
}

#search-block-form input[type="search"] {
  background: #fff;
  border: none;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight {
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre {
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.path-contact {
}

.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text, .contact-message-feedback-form .form-email, .contact-message-feedback-form .form-textarea {
  width: 100%;
}

/*user-login-form*/

.user-login-form, .user-form, .user-pass {
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text, .user-login-form .form-email, .user-form .form-text, .user-form .form-email, .user-pass .form-text {
  width: 100%;
}

.form-composite>.fieldset-wrapper>.description, .form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page {
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand, .maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a {
  color: #404040;
}

.maintenance-page .site-slogan, .maintenance-page .name-and-slogan {
  display: none;
}

/*Comment*/

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details {
  float: left;
  width: 20%;
}

.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.comment-wrap .author-comments h3 {
  margin-top: 10px;
}

.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile>div {
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label {
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.main-header .navbar .menu-base-theme li a {
  color: #3f484a;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #fff;
}

.main-header .navbar .menu-base-theme li a.is-active {
  color: #20558B;
  border-bottom: 2px solid #c6ac01;
}

.main-header .navbar .menu-base-theme li a:hover {
  border-bottom: 2px solid #c6ac01;
  color: #20558B;
}

#resource_detail h2 {
  text-align: left;
}

.main-header .navbar .region-primary-menu {
  color: #3f484a;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-top: 20px;
}

.main-header .navbar .menu-base-theme li {
  margin-left: 36px;
}

.top_header {
  background: #c6ac01;
  line-height: 13px;
  padding: 0;
  color: #4E5357;
}

.top_header .top_menu {
  float: right;
}

.top_header .top_menu ul li {
  line-height: 13px;
  vertical-align: middle;
  display: inline-block;
  border-right: 2px solid #fff;
  color: #4E5357;
  margin: 0;
  padding: 0 10px;
}

.top_header .top_menu ul li a {
  display: inline-block;
  color: #4E5357;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}

.top_header .row {
  display: block;
}
.main-header .navbar .container {
  display: block;
}
.main-header nav {
  display: block;
  padding: 0;
}

.top_menu ul {
  margin-bottom: 0;
}

.search_main {
  float: right;
  position: relative;
}

.search_main .block {
  margin-bottom: 0;
}

.search_main .block input[type="submit"] {
  background: #c6ac01;
  border: 0;
  color: #20558b;
  height: 35px;
  line-height: 100%;
  padding: 6px 15px;
  text-transform: uppercase;
}

.search_main .region.region-top-search {
  position: absolute;
  right: 0;
  top: 29px;
  width: 240px;
  z-index: 99;
  display: none;
}

.search_main a.seacrh_togg {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 10px;
  color: #4E5357;
  font-size: 15px;
}

.top_header {
  background: #20558B;
  color: #fff;
}

.top_header .top_menu ul li {
  border-right: 2px solid #336598;
  color: #4E5357;
}

.top_header .top_menu ul li a {
  color: #fff;
}

.top_header .top_menu ul li a.notclick {
  pointer-events: none;
}

.top_header .top_menu ul li span.spandownload {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  padding: 13px 24px;
}

.top_header .top_menu ul li a:hover {
  color: #c6ac01;
}

.search_main .block input[type="submit"] {
  background: #c6ac01;
  color: #20558b;
}

.search_main a.seacrh_togg {
  color: #fff;
  padding: 17px 0;
}

.center_txt, .center_txt p {
  text-align: center;
}

.who_we_are_block .center_txt, .who_we_are_block .center_txt p {
  margin-bottom: 0;
}

.left_column {
  float: left;
  width: 45%;
}

.right_column {
  float: right;
  width: 45%;
}

.right_column .vocabulary-what-we-do .content {
  position: static !important;
  color: #4E5357 !important;
  padding: 0 !important;
  margin-bottom: 10px;
  text-align: left;
}

.case_study_inner .left_column, .case_study_inner .right_column {
  width: 50%;
}

.case_study_cont .left_column, .case_study_cont .right_column {
  width: 45%;
}

.who_we_are_block {
  background: #f7f7f7;
  padding: 40px 0;
  position: relative;
}

.home_who_we {
  padding: 40px 0 0 0;
}

.block_center h2 {
  text-align: center;
  font-size: 27px;
  text-transform: none;
  color: #4E5357;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}

.block-center h2 {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  color: #4E5357;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}

.block_title_txt, .block-title-txt {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  color: #4E5357;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}

.blue {
  color: #20558B !important;
}

.who_we_are_block .block {
  margin-bottom: 0;
}

.what_we_do_block {
  background: #ebeeef;
  /*background-position: top center;
                 background-repeat: no-repeat;
                 background-size: cover;*/
  padding: 40px 0;
  position: relative;
  float: left;
  width: 100%;
}

.home_what_we {
  background: #ebeeef url("../images/what_we_do_bg.png") no-repeat top left;
  background-size: 100% auto;
  padding: 200px 0 40px 0;
}

.what_we_do_block h2 {
  margin-bottom: 10px;
}

.what_we_do_block .block {
  margin-bottom: 0;
}

.what_we_do_block p {
  color: #4E5357;
}

/*body.path-frontpage {
    background: #f7f7f7;
}*/

.icons_main {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}

.icon1 {
  float: left;
  width: 20%;
  text-align: center;
}

.inner_icon {
  padding: 10px;
}

.icon_img {
  border: 2px solid #c6ac01;
  border-radius: 100%;
  display: table;
  margin: 0 auto;
  padding: 10px;
}

.icon_img span {
  display: table;
  margin: 0 auto;
  height: 75px;
  width: 75px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 75px;
  border-radius: 100%;
  background: #20558B;
}

.icon1 h3 {
  text-transform: uppercase;
  line-height: 22px;
  color: #4E5357;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  font-family: 'Lato', sans-serif;
  position: relative;
}

.icon1 h3 a {
  color: #4E5357;
  font-size: 15px;
  font-weight: 600;
  max-width: 168px;
  display: block;
  margin: 0 auto;
}

.icon1 h3::after {
  position: absolute;
  width: 60px;
  height: 2px;
  content: "";
  bottom: -10px;
  background: #c6ac01;
  left: 36%;
}

.icon_img span label {
  display: none;
}

.icon1:hover .icon_img {
  border-color: #20558B;
}

.icon1:hover .icon_img span {
  background: #c6ac01;
  color: #20558B;
}

.icon1:hover h3 a {
  color: #20558B;
}

.icon1:hover h3::after {
  background: #20558B;
}

.work_with_us_block {
  background: url(../images/work_wit_us_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.home_work_with_us_block {
  background: url(../images/work_with_us_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 200px 0 40px 0;
}

.work_wit_page {
  background: url(../images/work_wit_page_bg.jpg) no-repeat bottom center;
  background-size: auto;
  padding: 40px 0 60px 0;
}

.work_with_us_block .block {
  margin-bottom: 0;
}

.work_with_us_block h2 {
  margin-bottom: 10px;
}

.work_with_us_block p {
  color: #fff;
  margin-bottom: 10px;
}

.work_with_us_block .block_title_txt {
  color: #fff;
}

.work_with_us_block .blue {
  color: #c6ac01;
}

.who_we_are_pag {
  padding-bottom: 0;
}

.leadership_team_block {
  background: #d6dce2 url(../images/leader_bg.jpg) no-repeat left top;
  background-size: 100% auto;
  padding: 200px 0 0 0;
  position: relative;
}

.leadership_team_block .block {
  margin-bottom: 0;
}

.leadership_team_block h3 {
  margin-bottom: 0px;
}

.leadership_team_block p {
  color: #4f5b62;
  margin-bottom: 10px;
  text-align: center;
}

.award_block {
  background: #fff;
  padding: 40px 0;
  position: relative;
}

.award_block.our_part .block {
  margin-bottom: 5px;
}

.award_block.our_part header {
  display: none;
}

.award_block p {
  color: #4f5b62;
  margin-bottom: 10px;
  text-align: center;
}

.industry_cert_block {
  background: #9fbbd6;
  padding: 40px 0;
  position: relative;
}

.industry_cert_page {
  background: #9fbbd6 url(../images/cert_bg.jpg) no-repeat left top;
  background-size: 100% auto;
  padding: 80px 0 30px 0;
}

.industry_cert_block h3 {
  color: #4E5357;
}

.industry_cert_block p {
  color: #4E5357;
  margin-bottom: 10px;
  text-align: left;
}

.industry_cert_block .views-row {
  float: left;
  width: 90%;
  margin-bottom: 5px;
  border-bottom: 1px solid #9fbbd6;
  box-sizing: border-box;
  padding: 0 10px;
  padding-bottom: 6px;
}

/*.industry_cert_block .views-row:nth-child(2n) {float: right;width: 100%; margin-bottom:5px; padding-bottom:5px;
clear:right;
}*/

.industry_cert_block .views-row:nth-child(2n+1) {
  clear: left;
}

.industry_cert_block .views-field-title a, .industry_cert_block .views-field-title {
  text-transform: uppercase;
  color: #2873b7;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.industry_cert_block.cont_vehi .views-field-title a, .industry_cert_block.cont_vehi .views-field-title {
  cursor: pointer;
}

.no_padd_bot {
  padding-bottom: 0 !important;
}

.award_block .owl-carousel .owl-item {
  text-align: center;
}

.award_block .owl-carousel .owl-buttons {
  display: none;
}

.award_block .owl-carousel img {
  height: auto;
  max-height: 95px;
  width: auto;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #c6ac01;
}

.award_block .owl-carousel .owl-item {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.what-we-do-main .right_column .node--type-clients .quickedit-field div:first-child {
  display: none;
}

.vocabulary-what-we-do h2 {
  margin: 10px 0;
  cursor: pointer;
  color: #20558b;
}

.vocabulary-what-we-do h2 a {
  pointer-events: none;
}

.vocabulary-what-we-do {
  border-bottom: 1px solid #9fbbd6;
  padding-bottom: 5px;
}

.vocabulary-what-we-do p {
  padding-bottom: 0;
}

.leadership_team_block .views-element-container .slides .slideItem {
  background: #2873b7;
  text-align: center;
}

.left_col {
  float: left;
  width: 34%;
}

.right_col {
  float: right;
  width: 56%;
}

.serve-slider {
  padding: 20px 0;
}

.serve-slider .left_col h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: left;
}

.serve-slider .left_col p {
  font-size: 15px;
}

.serve-slider .right_col .wwslogo>img {
  left: 0;
  position: absolute;
  border-radius: 100%;
  border: 4px solid #e8e6e7;
  height: 168px;
  width: 168px;
}

.serve-slider .right_col .wwsimage {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.serve-slider .right_col .wwsimage>img {
  border-radius: 100%;
  height: 360px;
  width: 360px;
  border: 4px solid #e8e6e7;
}

.work_with_us_block #block-workwithusmain {
  margin: 0 auto;
  max-width: 85%;
  padding: 50px 0;
}

#block-solesourcecontract {
  padding: 40px 0;
}

.rel_client {
  width: 255px !important;
  overflow: hidden;
}

.carousel-list {
  width: 100% !important;
}

.teaming .views-view-grid .owl-controls, .solution-partners .views-view-grid .owl-controls {
  display: block !important;
}

.source_cont {
  background: #fff;
  /*padding-bottom: 0;*/
}

.source_cont p {
  text-align: left;
}

.cont_vehi {
  background: #ebeeef/* url(../images/cont_veh_bg.png) no-repeat left top*/
    ;
  background-size: 100% auto;
  /*padding:200px 0 0 0;*/
}

.quick_lnks {
  color: #4E5357;
  text-align: center;
}

.quick_lnks p {
  text-align: center;
}

.quick_lnks a {
  color: #1e5ea6;
  font-weight: bold;
}

.our_part {
  background: #fff;
  padding: 40px 0 20px 0;
}

.our_part .views-element-container#block-views-block-teaming-our-partners-block-1 {
  float: left;
  width: 100%;
}

.our_part .views-element-container#block-views-block-solution-partners-block-1 {
  float: right;
  width: 100%;
}

.our_part .views-row {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.our_part header {
  margin-bottom: 15px;
}

.news-detail-sec h2 {
  color: #4E5357;
  font-size: 27px;
  margin-bottom: 10px;
}

.news-detail-sec h2 a {
  color: #4E5357;
  font-size: 27px;
}

.news-detail-sec .views-field-title {
  color: #4E5357;
  font-size: 17px;
  margin-bottom: 8px;
  text-transform: uppercase;
  float: left;
  margin-right: 14px;
  width: 40%;
}

.news-detail-sec .views-field-field-image {
  float: right;
  margin: 0;
  text-align: center;
  width: 50%;
}

.right_column .node--type-clients {
  float: left;
  width: 85px;
}

.right_column .node--type-clients img {
  height: auto;
}

.right_column .node--type-clients .node__content>div div:first:child {
  display: none;
}

.block-resources-search .views-label-field-resources-tag {
  float: left;
  margin-right: 10px;
}

.news-detail-sec .views-field-field-image .field-content {
  display: table;
  margin: 0 auto;
  height: 170px;
  width: 170px;
  border-radius: 100%;
  border: 5px solid #e7e6e6;
  text-align: center;
}

.news-detail-sec .views-field-field-image .field-content img {
  vertical-align: middle;
  margin: 55px 0;
}

.news-detail-sec .views-field-field-createdat {
  margin-bottom: 10px;
  color: #313131;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}

.news-detail-sec .views-field-title a {
  color: #4E5357;
  font-size: 17px;
}

.page-not-found {
  background: url(../images/page-not-bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

.page-not-found h1 {
  color: #20558b;
  font-size: 200px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 70%;
  font-weight: 600;
}

.page-not-found h2 {
  color: #20558b;
  font-size: 38px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.page-not-found h3 {
  color: #6d7a83;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.page-not-found p {
  color: #6d7a83;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.page-not-found #block-searchform {
  margin: 0 auto;
  max-width: 350px;
}

.page-not-found #block-searchform #edit-submit {
  color: #fff;
}

.contactus_page {
  background: #fff;
  padding: 40px 0;
  position: relative;
}

.contactus_page h3 {
  color: #4E5357;
  text-align: left;
  margin-bottom: 20px;
}

.contactus_page p {
  color: #656c6e;
  margin-bottom: 30px;
  text-align: left;
  font-size: 15px;
}

.contactus_page h4 {
  position: relative;
  color: #656c6e;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.contactus_page h4::before {
  background: #c6ac01;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.contactus_page .region-contact-us-block #block-maincontactusaddress {
  float: left;
  width: 30%;
}

.contactus_page .messages{
  box-shadow: none;
  border: 1px solid;
  padding: 10px;
  margin-bottom: 10px;
}

.contactus_page .region-contact-us-block .contact-message-form {
  float: right;
  width: 100%;
}

.contactus_page iframe {
  max-width: 90%;
}

.contactus_page .region-contact-us-block .contact-message-form form {
  padding: 30px;
  background: #dddfdf;
  display: inline-block;
  width: 100%;
}

.contactus_page .region-contact-us-block .contact-message-form .form-wrapper,
.contactus_page .region-contact-us-block .contact-message-form .form-item {
  float: left;
  width: 50%;
  padding: 0 25px;
}

.contactus_page .captcha iframe {
  max-width: 100%;
}

.contactus_page .region-contact-us-block .captcha {
  float: left;
  width: 50%;
  padding: 0 25px;
}

.contactus_page .region-contact-us-block .contact-message-form .form-wrapper label,
.contactus_page .region-contact-us-block .contact-message-form .form-item label {
  display: none;
}

.contactus_page .region-contact-us-block .contact-message-form .form-wrapper textarea,
.contactus_page .region-contact-us-block .contact-message-form .form-item textarea {
  resize: none;
  background: url(../images/bg-full-msg.png) no-repeat left top #ffffff;
  border: 1px solid #d1d3d3;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-left: 65px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
}

.contactus_page .region-contact-us-block .contact-message-form .form-wrapper .form-text, .contactus_page .region-contact-us-block .contact-message-form .form-wrapper .form-email,
.contactus_page .region-contact-us-block .contact-message-form .form-item .form-text, .contactus_page .region-contact-us-block .contact-message-form .form-item .form-email {
  resize: none;
  background: url(../images/bg-msg.png) no-repeat left 16px center #ffffff;
  border: 1px solid #d1d3d3;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-left: 65px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
}

w {
  300px: url(../images/bg-user.png) no-repeat left 16px center #ffffff;
}

#edit-field-contact-last-name-0-value {
  background: url(../images/bg-user.png) no-repeat left 16px center #ffffff;
}

#edit-field-con-contact-number-0-value {
  background: url(../images/bg-phone.png) no-repeat left 16px center #ffffff;
}

input, button, select, textarea {
  max-width: 100%;
  outline: none;
}

.contactus_page .region-contact-us-block .contact-message-form .form-wrapper#edit-field-your-requirement-wrapper,
.contactus_page .region-contact-us-block .contact-message-form .form-item.js-form-type-textarea {
  width: 100%;
}

.contactus_page .region-contact-us-block .contact-message-form .form-wrapper#edit-actions,
.contactus_page .region-contact-us-block .contact-message-form .form-item#edit-actions {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.contactus_page .region-contact-us-block .contact-message-form #edit-preview, .footerwidget .col-md-4 .region #edit-preview--2 {
  display: none !important;
}

.contactus_page .region-contact-us-block .contact-message-form .button {
  background: #c6ac01;
  border-radius: 4px;
  color: #20558b;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  min-width: 140px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.contactus_page .region-contact-us-block .contact-message-form .button:hover {
  background: #1f558b;
  color: #fff;
}

.feature_resources_page_blk {
  padding: 40px 0;
  position: relative;
  /*z-index: 99;*/
  background: #f1f1f1;
}

.feature_resources_page_blk .block {
  text-align: left;
}

.feature_resources_page_blk header h2 {
  text-align: center;
  margin-bottom: 15px;
}

.feature_resources_page_blk header p {
  text-align: center;
}

.owl-buttons {
  display: none !important;
}

.feature_resources_page_blk .views-row {
  padding: 20px;
  background: url(../images/feature_box_bg.png) repeat-x left bottom #f9f9f9;
  margin-left: 8px;
  margin-right: 8px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-height: 290px;
  width: 96%;
}

.feature_resources_page_blk #block-views-block-resources-block-carousel-block-1 .views-row {
  min-height: 280px;
}

.feature_resources_page_blk .views-row .views-field-title {
  font-size: 18px;
  font-weight: 600;
  color: #313131;
  margin-bottom: 15px;
}

.feature_resources_page_blk .views-row .views-field-title a {
  color: #313131;
}

.feature_resources_page_blk .views-row .views-field-nothing {
  color: #20558b;
}

.feature_resources_page_blk .views-row .views-field-nothing-1 {
  float: left;
  bottom: 18px;
  float: left;
  left: 18px;
  position: absolute;
}

.feature_resources_page_blk .views-row .views-field-nothing-2 {
  bottom: 18px;
  float: right;
  position: absolute;
  right: 18px;
}

.feature_resources_page_blk .views-row .share-btn a {
  color: #a3a2a2;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px;
  font-weight: 300;
  background: #fff;
  border-radius: 5px;
}

.feature_resources_page_blk .views-row .share-btn a i {
  color: #47d3e7;
}

.feature_resources_page_blk .views-row .read-more-res a {
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px;
  font-weight: 300;
  border-radius: 5px;
  background: #c6ac01;
  color: #20558b;
}

.feature_resources_page_blk .views-row .read-more-res a i {
  color: #20558b;
}

.feature_resources_page_blk .views-row .read-more-res a:hover {
  background: #20558b;
  color: #ffffff;
}

.feature_resources_page_blk .views-row .read-more-res a:hover i {
  color: #c6ac01;
}

.feature_resources_page_blk .views-row .views-field-nothing-3 {
  bottom: 18px;
  float: right;
  position: absolute;
  right: 18px;
}

.feature_resources_page_blk .views-row .download-btn a {
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px;
  font-weight: 300;
  background: #c6ac01;
  color: #20558b;
  border-radius: 5px;
}

.feature_resources_page_blk .views-row .download-btn a i {
  color: #20558b;
}

.feature_resources_page_blk .views-row .download-btn a:hover {
  background: #20558b;
  color: #ffffff;
}

.feature_resources_page_blk .views-row .download-btn a:hover i {
  color: #c6ac01;
}

.feature_resources_page_blk .views-row .download-btn {
  display: none;
}

.feature_resources_page_blk .views-row .read-more-res {
  display: none;
}

.feature_resources_page_blk .Paper .download-btn {
  display: block;
}

.feature_resources_page_blk .Presentation .download-btn {
  display: block;
}

.feature_resources_page_blk .ElectroBlog .read-more-res {
  display: block;
}

.resources_page_blk .block {
  text-align: left;
}

.resources_page_blk header h2 {
  text-align: center;
  margin-bottom: 15px;
}

.resources_page_blk header p {
  text-align: center;
  margin-bottom: 0;
  color: #3f474a;
}

.resources_page_blk .block form {
  text-align: center;
}

.resources_page_blk header {
  text-align: center;
  width: 100%;
  float: left;
}

.resources_page_blk .block form .form-item {
  display: inline-block;
  width: 220px;
}

.resources_page_blk .block form .form-item .form-select {
  background: #fff url("../images/dropdown_serch.png") no-repeat;
  background-position: 96% center;
  padding-right: 40px;
  border-radius: 0px;
}

.resources_page_blk .block form .form-item .form-text {
  background: #fff url("../images/serch_ico_field.png") no-repeat;
  background-position: 96% center;
  padding-right: 40px;
  border-radius: 0px;
}

.news_page_blk .block form .form-item .form-select {
  background: #fff url("../images/dropdown_serch.png") no-repeat;
  background-position: 96% center;
  padding-right: 40px;
  border-radius: 0px;
}

.news_page_blk .block form .form-item .form-text {
  background: #fff url("../images/serch_ico_field.png") no-repeat;
  background-position: 96% center;
  padding-right: 40px;
  border-radius: 0px;
}

.resources_page_blk .block form .form-actions {
  display: inline-block;
  width: auto;
  text-align: left;
  margin-left: 10px;
}

.resources_page_blk .block form .form-actions .button {
  background: #c6ac01;
  border-radius: 3px;
  color: #20558b;
  font-size: 16px;
  padding: 13px 24px;
  vertical-align: top;
  height: 40px;
  line-height: 12px;
  font-weight: 600;
}

.resources_page_blk .block form .form-actions .button:hover {
  background-color: #20558B;
  color: #fff;
}

.resources_page_blk .block form .form-item .form-text, .resources_page_blk .block form .form-item .form-select {
  color: #4E5357;
  width: 90%;
  height: 40px;
  line-height: 20px;
  vertical-align: top;
  font-size: 15px;
}

.pager li>a, .pager li>span {
  background: none !important;
  border: none !important;
  font-weight: bold !important;
}

.pager li.is-active>a {
  background: #f1f1f1 !important;
  border-radius: 100%;
}

.resources_page_blk .views-row {
  padding: 0 24px;
  background: #f9f9f9;
}
body.page-node-47 .resources_page_blk {
  padding-top: 50px;
}
.resources_page_blk, .block-resources-search {
  background: #f9f9f9;
}

.resources_page_blk .views-row span.fa {
  color: #20558b;
}

.resources_page_blk .views-row .views-field-title {
  margin: 5px 0;
  font-size: 18px;
  color: #313131;
}

.resources_page_blk .views-row .views-field-title a {
  font-weight: 600;
}

.resources_page_blk .views-row .views-field-created {
  color: #313131;
  font-size: 14px;
  font-weight: normal;
}

.resources_page_blk .views-row .views-field.views-field-body {
  color: #4E5357;
}

#block-quote1-2, #block-quote1, #block-quote1-4 {
  margin: 0 auto;
  max-width: 100%;
  background: #20558b;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.who_we_ser_block .views-row .who-main-block .left_column {
  width: 100%;
}

.breadcrumb ol {
  padding: 0;
  margin: 0;
}

.breadcrumb ol li {
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
  list-style: none;
}

div#iframeHeightDiv {
  height: 1500px;
  overflow: hidden !important;
  position: relative;
  width: 100%;
  z-index: 10;
}

iframe#inlineframe {
  height: 110%;
  overflow: hidden !important;
  width: 99%;
  min-height: 500px;
}

.views-view-grid .views-col.fourlogo {
  text-align: center;
}

/*.who_we_are_block.block_center.who_we_are_pag .btn_front{display: none!important;}*/

body #wrapper .node--type-what-we-do {
  display: table;
  margin: 0 auto;
  max-width: 1140px;
}

.title_nws a {
  text-transform: uppercase;
  color: #4e5357;
  font-weight: bold;
}

.title_dt {
  clear: both;
  margin-bottom: 10px;
}

.news-detail-sec .case_study_inner {
  padding-top: 10px;
}

#block-views-block-latest-news-carousel-block-1 .left_column {
  width: 100%;
}

body.page-node-type-resources article#resource_detail h2 {
  text-transform: capitalize !important;
  margin-top: 0px;
}

body.page-node-type-resources article#resource_detail {
  padding: 0px 0 10px 0;
  margin: 0px 0 10px 0;
}

body.path-frontpage .who-main-block .views-field-body .left_column {
  font-weight: 700;
}

.footerwidget .block {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.mobile.copyright {
  margin-top: 20px;
}

body.page-node-type-news .feature_resources_page_blk #resource_detail h2 {
  text-transform: none;
  margin-bottom: 10px;
}

body.page-node-type-news .feature_resources_page_blk .container {
  width: 100%;
}

body.page-node-type-news .feature_resources_page_blk .region-breadcrumb {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 20px;
}

body.page-node-type-news .feature_resources_page_blk #block-drupal8-zymphonies-theme-content {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 20px;
}

body.page-node-type-news .feature_resources_page_blk {
  background: #fff;
  padding: 0;
}

body.page-node-type-news .feature_resources_page_blk #block-views-block-latest-news-carousel-block-1 {
  padding: 0 0 35px;
  background: #f1f1f1;
  margin: 0;
}

body.page-node-type-news .feature_resources_page_blk #block-latestnewsheader {
  padding: 35px 0 0 0;
  background: #f1f1f1;
  margin: 0;
}

body.page-node-type-news .feature_resources_page_blk #block-latestnewsheader header p {
  margin-bottom: 0;
}

body.page-node-type-news .feature_resources_page_blk #block-views-block-latest-news-carousel-block-1 .container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.rel_client .owl-controls {
  display: none !important;
}
.rel_client .owl-item {
  width: 85px !important;
}
.path-frontpage .work_with_lgo {
  display: none;
}

.share_link {
  margin: 14px 0;
}

.share_link a {
  background: #ececec;
  border-radius: 5px;
  color: #a3a2a2;
  font-size: 10px;
  font-weight: 300;
  padding: 5px;
  text-transform: uppercase;
}

.share_link a {
  color: #a3a2a2;
}

.share_link i {
  color: #47d3e7;
}

.welcome-banner-text .owl-carousel .owl-wrapper-outer {
  position: relative;
}

.welcome-banner-text .owl-carousel .owl-wrapper-outer:before,
.welcome-banner-text .owl-carousel .owl-wrapper-outer:after {
  background: transparent !important;
}

.welcome-banner-text .owl-carousel .owl-wrapper-outer:before {
  backface-visibility: initial;
  background: #f7f7f7;
  content: "";
  height: 345px;
  position: absolute;
  left: 0;
  bottom: -315px;
  transform: skewY(12deg);
  width: 100%;
  z-index: 99;
}

.welcome-banner-text .owl-carousel .owl-wrapper-outer:after {
  backface-visibility: initial;
  background: #f7f7f7;
  content: "";
  height: 345px;
  position: absolute;
  right: 0;
  bottom: -315px;
  transform: skewY(-12deg);
  width: 100%;
  /*z-index: 99;*/
}

.welcome-banner-text.career_slide .owl-carousel .owl-wrapper-outer:before, .welcome-banner-text.career_slide .owl-carousel .owl-wrapper-outer:after {
  background: #fff;
}

.region-who-we-are-home .who_we_are_body {
  display: none;
}

.region-who-we-are .who_we_body_summary, .region-who-we-are .who_we_learn_more {
  display: none;
}

.work_with_us_block, .work_wit_page, .work_wit_page.work_with_us_block a {
  color: #fff;
}

.social-media b {
  display: none;
}

/*.serve-slider.owl-carousel .owl-item:first-child .btn_front{ display:none;}*/

.testimon_sec {
  background: #ebeeef;
  padding: 40px 0 20px 0;
}

.page_work_with #block-drupal8-zymphonies-theme-content {
  display: none;
}

.rela_case_separate_line ul {
  padding: 0px;
  list-style: none;
}

.rela_case_separate_line a {
  width: 100%;
  display: inline-block;
}

.col_right_offer {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media only screen and (min-device-width: 1170px) and (max-device-width: 10000px) {
  .who_we_serve_page #block-views-block-what-we-serve-slider-view-block-slider-serve, #block-views-block-who-we-serve-case-study-inner-page-block-case-study {
    margin: 0 auto;
    max-width: 1140px;
  }
  .who_we_serve_page .work_with_us_block .container {
    max-width: 1140px;
  }
  body .who_we_serve_page .container {
    padding: 0;
    width: 100%;
  }
}

#block-quote1-2 p, #block-quote1 p, #block-quote1-4 p {
  margin-bottom: 0;
  padding-right: 0;
}

#block-quote1-2 .mobile_icon, #block-quote1 .mobile_icon, #block-quote1-4 .mobile_icon {
  margin-bottom: 0;
  padding-left: 30px;
  margin-left: 10px;
  background: url("../images/quote_ico.png") no-repeat left center;
}

#block-quote1-2 div, #block-quote1 div, #block-quote1-4 div {
  display: inline-block;
  vertical-align: middle;
}

.yellow {
  color: #c6ac01;
}

#block-quote1-4 {
  margin-bottom: 35px;
}

.resources_page_blk .region-resource-page-block {
  background: #f1f1f1;
}

.resources_page_blk #block-views-block-resource-block-1 {
  background: #fff;
}

.img_resource_detail {
  float: right;
  margin: 0 0 30px 30px;
}

#resource_detail {
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}

#resource_detail h2 {
  display: inline-block;
  width: auto;
  margin-bottom: 25px;
}

#resource_detail h2 a {
  color: #4E5357;
  font-size: 26px;
}

#resource_detail p {
  color: #4E5357;
  margin-bottom: 14px;
}

.flexslider ul, .flexslider li {
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}

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

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0px;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
}

.flex-direction-nav .flex-next {
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 14px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flexslider li .meta {
  color: white;
  display: table-cell;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Roboto', sans-serif;
  vertical-align: middle;
}

.flexslider li h1 {
  background: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.wrap_main {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wrap_main {
  background: rgba(63, 71, 73, 0.40)
}

.wrap1 {
  position: relative;
  margin: 0 auto;
  width: 1170px;
  display: table;
  height: 100%;
}

.career_slide .slides .meta h1 a {
  pointer-events: none;
}

.slides .meta h1 span {
  color: #c6ac01
}

.slides .meta h5 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}

.flexslider .slides .meta h1 {
  font-size: 80px;
}

.flexslider .slides .meta h1 span {
  color: #c6ac01;
}

.slides .meta h1 {
  font-size: 84px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: sans-serif !important;
  text-shadow: 0 5px 6px #333;
}

.slides .meta h1 a {
  color: #fff;
}

.slides .meta p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.slide_btn1, .slide_btn2 {
  display: inline-block;
  margin: 20px;
}

.slide_btn1 a, .slide_btn2 a {
  background: #c6ac01;
  border-radius: 4px;
  color: #20558b;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  min-width: 140px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}

.slide_btn1 a:hover, .slide_btn2 a:hover {
  background: #1f558b;
  color: #fff;
}

.welcome-banner-text .owl-theme .owl-controls {
  bottom: 50px;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.who_we_ser_block #block-views-block-who-we-serve-case-study-block-case-study {
  margin-bottom: 0;
}

.who_we_ser_block {
  background: #fff;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  width: 100%;
}

.home_who_we_serve {
  padding: 40px 0 0 0;
}

.who_we_ser_block h2 {
  color: #4E5357;
  margin-bottom: 10px;
}

.who_we_ser_block p {
  color: #4E5357;
  margin-bottom: 10px;
  text-align: center;
}

.who_we_ser_block header {
  margin-bottom: 20px;
}

.who_we_ser_block .views-row .who-main-block {
  float: left;
  width: 95% !important;
  margin: 0 1%;
  margin-bottom: 0;
  text-align: center;
  padding: 0 15px 15px;
  min-height: 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.who_we_ser_block .views-row .views-field.views-field-field-logo {
  margin-top: 0px;
}

.who_we_ser_block .views-row .views-field.views-field-body p, .who_we_ser_block .views-row .views-field.views-field-body {
  color: #4E5357;
  font-size: 16px;
  margin: 0 auto;
  max-width: 90%;
  display: none;
}

.who_we_ser_block .views-row .views-field.views-field-title {
  margin: 10px auto;
  max-width: 220px;
  min-height: 60px;
  position: relative;
}

.who_we_ser_block .views-row .views-field.views-field-title::before {
  background: #ffffff;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: 80px;
  margin-left: -40px;
}

.who_we_ser_block .owl-carousel .owl-wrapper-outer {
  padding-top: 65px;
}

.who_we_ser_block .views-row .views-field.views-field-title span {
  margin: 0 auto;
}

.who_we_ser_block .views-row .views-field.views-field-title a {
  color: #3c4447;
  text-transform: uppercase;
}

.who_we_ser_block .views-row .views-field.views-field-title a:hover {
  color: #c6ac01;
}

/*.who_we_ser_block .views-row .views-field.views-field-field-logo img{ border-radius:100%; border:4px solid #e7e6e6;
height:95px; width:95px;}
*/

.who_we_ser_block .views-row .views-field.views-field-field-logo {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.who_we_ser_block .views-row .views-field.views-field-field-logo img {
  height: 80px;
  width: auto;
}

.who_we_ser_block .views-field-title a {
  text-transform: uppercase;
  color: #2873b7;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.home_work_with_us_block .block {
  max-width: 600px;
  margin: 0 auto;
}

.home_work_with_us_block {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.home_work_with_us_block p {
  color: #fff;
  text-align: center;
}

.home_work_with_us_block a {
  color: #c6ac01;
  font-size: 20px;
}

.work_with_us_block .region-work-with-us .right_column a {
  color: #c6ac01;
}

.who_we_serve_page header {
  background: #9fbbd6;
  padding: 40px 0;
  position: relative;
}

.who_we_serve_page header h2 {
  text-align: center;
  margin-bottom: 15px;
}

.who_we_serve_page header p {
  text-align: center;
  margin-bottom: 0;
  color: #4E5357;
}

.who_we_serve_page .block form {
  padding-bottom: 40px;
  background: #9fbbd6;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.who_we_serve_page header {
  padding-top: 40px;
  background: #9fbbd6;
  text-align: center;
  width: 100%;
  float: left;
  padding-bottom: 0;
}

.who_we_serve_page .block form .form-item {
  display: inline-block;
  width: 220px;
  margin: 0;
}

.who_we_serve_page .block form .form-item select {
  width: 90%;
  vertical-align: top;
  border: none;
  height: 40px;
  line-height: 20px;
}

.part_link, .part_link p, .part_link a {
  color: #c6ac01;
}

.who_we_serve_page .block form .form-actions {
  display: inline-block;
  width: auto;
  text-align: left;
  margin-left: 10px;
}

.who_we_serve_page .block form .form-actions .button {
  background: #c6ac01;
  border-radius: 3px;
  color: #20558b;
  font-size: 16px;
  padding: 13px 24px;
  vertical-align: top;
  height: 40px;
  line-height: 12px;
  font-weight: 600;
  border: none;
}

.who_we_serve_page .block form .form-actions .button:hover {
  background-color: #20558B;
  color: #fff;
}

.who_we_serve_page .block form .form-item .form-text, .resources_page_blk .block form .form-item .form-select {
  color: #4E5357;
  width: 90%;
  height: 40px;
  vertical-align: middle;
  font-size: 15px;
  vertical-align: top;
  border: none;
}

.who_we_serve_page .block form .form-item select {
  background: #fff url("../images/dropdown_serch.png") no-repeat;
  background-position: 96% center;
  padding-right: 40px;
  border-radius: 0px;
}

.who_we_serve_page .block form .form-item .form-text {
  background: #fff url("../images/serch_ico_field.png") no-repeat;
  background-position: 96% center;
  padding-right: 40px;
  border-radius: 0px;
}

.who_we_serve_page .views-row {
  padding-top: 20px;
  padding-bottom: 40px;
}

.who_we_serve_page .block {
  margin-bottom: 0;
}

.who_we_serve_page .views-view-grid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.who_we_serve_page .views-col {
  float: left;
  margin-bottom: 5px;
  text-align: center;
  /* background:#fff;
                              min-height:220px; */
  padding: 0 15px 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.who_we_serve_page .views-col .views-field.views-field-field-logo {
  margin-top: -45px;
}

.who_we_serve_page .views-col .views-field.views-field-body p, .who_we_serve_page .views-col .views-field.views-field-body {
  color: #4E5357;
  font-size: 17px;
  max-width: 90%;
  margin: 0 auto;
}

.who_we_serve_page .views-col .views-field.views-field-title {
  margin: 10px auto;
  max-width: 220px;
  padding-bottom: 10px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #3c4447;
  position: relative;
}

.who_we_serve_page .who-we-serve-list .views-col {
  min-height: 145px;
}

.who_we_serve_page .views-col .views-field.views-field-title::before {
  background: #c6ac01;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: 80px;
  margin-left: -40px;
}

.who_we_serve_page .views-col .views-field.views-field-title span {
  margin: 0 auto;
}

.who_we_serve_page .views-col .views-field.views-field-title a {
  color: #3c4447;
  text-transform: uppercase;
}

.who_we_serve_page .views-col .views-field.views-field-field-logo img {
  max-height: 80px;
  width: auto;
}

.who_we_serve_page .views-col .views-field.views-field-field-logo {
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
}

.who_we_serve_page .views-col .views-field-title a {
  text-transform: uppercase;
  color: #2873b7;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.who-we-serve-list {
  background: #fff;
}

.news_page_blk .block {
  text-align: left;
  margin: 0;
}

.news_page_blk .news-main header h2 {
  text-align: center;
  margin-bottom: 15px;
}

.news_page_blk .news-main header p {
  text-align: center;
  margin: 0;
  color: #4E5357;
}

.news_page_blk .block form {
  padding-bottom: 40px;
  background: #9fbbd6;
  text-align: center;
}

.news_page_blk .block form label {
  display: none;
}

.news_page_blk .news-main header {
  padding-top: 40px;
  background: #9fbbd6;
  text-align: center;
  width: 100%;
  float: left;
}

.news_page_blk .block form .form-item {
  display: inline-block;
  /* width:220px; */
}

.news_page_blk .block form .form-actions {
  display: inline-block;
  width: auto;
  text-align: left;
  margin-left: 10px;
}

.news_page_blk .block form .form-actions .button {
  background: #c6ac01;
  border-radius: 3px;
  color: #20558b;
  font-size: 16px;
  padding: 13px 24px;
  vertical-align: middle;
  height: 40px;
  line-height: 12px;
  font-weight: 600;
  border: none;
}

.news_page_blk .block form .form-actions .button:hover {
  background-color: #20558B;
  color: #fff;
}

.news_page_blk .block form .form-item .form-text, .news_page_blk .block form .form-item .form-select {
  color: #4E5357;
  width: 90%;
  height: 40px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 15px;
  border: none;
}

#block-views-block-browse-our-news-block-news .news-main {
  display: inline-block;
  width: 100%;
  background: #fff;
}

body .searchnewstitle {
  margin-top: 30px !important;
}

.news_page_blk #block-views-block-recent-news-block-recent-news .views-row {
  padding-top: 0;
  padding-bottom: 20px;
  background: none;
}

.news_page_blk .news-main .views-row {
  padding: 24px;
  background: #fff;
}

.who_we_serve_page .who-we-serve-list .views-row {
  padding: 24px;
  background: none;
}

.news_page_blk .news-main .views-row .views-field-title {
  font-size: 18px;
  font-weight: 600;
  color: #4478b5;
  margin: 5px 0;
}

.news_page_blk .news-main .views-row .views-field-title a {
  color: #4478b5;
}

#block-drupal8-zymphonies-theme-content .node--type-news img {
  float: right;
  margin: 0 0 15px 15px;
}

.node--type-news, .node--type-what-we-do, .node--view-mode-full {
  display: inline-block;
  margin: 15px 0;
  width: 100%;
}

.news_page_blk #block-drupal8-zymphonies-theme-content {
  display: none;
}

.page-node-type-leadership-team .content_layout {
  margin: 15px 0;
}

.page-node-type-leadership-team .content_layout img {
  margin: 0 0 15px 15px;
  float: right;
  max-width: 500px;
  height: auto;
}

.career_slide, .career_opp_block {
  background: #fff;
  padding-bottom: 0;
}

.career_benefit_block {
  text-align: left;
  padding: 40px 0;
  /*background:url("../images/map_bg.png") no-repeat top right #ebeeef;*/
  background: #ebeeef;
  background-size: auto 100%;
}

.career_benefit_block .left_column {
  padding: 0;
}

.career_benefit_block .block_title_txt {
  text-align: left;
  margin-bottom: 10px;
}

.region-career-benefits {
  float: left;
  width: 100%;
}

.region-career-benefits-map {
  float: left;
  width: 100%;
}

.region-career-benefits-map iframe {
  width: 1000px;
  height: 700px;
  float: left;
}

.region-career-life-at .right_column p {
  text-align: left;
}

.region-career-life-at img {
  border-radius: 100%;
  height: auto;
}

.region-career-benefits-map img {
  border-radius: 100%;
  height: auto;
}

.block-views-blockwhat-we-do-block-block-1 {
  display: inline-block;
  width: 100%;
}

.what-we-do-main .icon1 {
  width: 100%;
  text-align: center;
}

.what-we-do-main .icon1:hover .icon_img {
  border-color: #c6ac01;
}

.what-we-do-main .right_column .node--type-clients .quickedit-field img {
  max-width: 85px;
  height: auto;
}

.what-we-do-main .right_column .node--type-clients>div {
  float: left;
  margin-right: 10px;
}

.what-we-do-main .icon1:hover .icon_img span {
  background: #20558B;
  color: #fff;
}

.what-we-do-main .center_txt>h2 {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}

.myhover {
  border-color: #20558B !important;
}

.myhoverh3 span {
  background: #c6ac01;
  color: #20558B;
}

.myhoverspan h3::after {
  background: #20558B !important;
}

.what-we-do-main .center_txt>h2 a {
  color: #4E5357;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.what-we-do-main {
}

.who_we_serve_page #block-drupal8-zymphonies-theme-content {
  display: none;
}

body .btn_front_home {
  color: #20558b;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  background: #c6ac01;
  border-radius: 4px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  min-width: 140px;
  line-height: 20px;
  margin-top: 20px;
}

body .btn_front_home:hover {
  background: #1f558b;
  color: #fff;
}

.right_column .node--type-clients footer {
  display: none;
}

.right_column .node--type-clients .node__content p, .right_column .node--type-clients h2, .right_column .node--type-clients a {
  display: none;
}

.views-field-field-member-name {
  color: #fff;
}

.main-header .navbar-default .navbar-toggle {
  border-color: #1f558b;
  background: #1f558b;
}

.main-header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.main-header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #c6ac01;
  border-color: #c6ac01;
}

.main-header .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background: #20558b;
}

.leadership-member-name>div>div:nth-child(1), .leadership-member-photo>div>div:nth-child(1), .leadership-sub-header>div>div:nth-child(1) {
  display: none;
}

#block-quicklinks>div>div:nth-child(1) {
  display: none;
}

.leadership-member-name {
  font-size: 27px;
  color: #4E5357;
  font-weight: bold;
  margin-bottom: 15px;
}

.leadership-sub-header {
  font-size: 17px;
  text-transform: uppercase;
  color: #4E5357;
}

.price_list_main h4 {
  font-size: 27px;
  color: #4E5357;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.price_list_main p {
  font-size: 17px;
  text-transform: uppercase;
  color: #4E5357;
}

.price_list_main table {
  border: 1px solid #c3c3c3;
  width: 70%;
}

.price_list_main table tr th {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #40484b;
  background: #f5f7f9;
}

.price_list_main table tr td {
  font-size: 16px;
  color: #4E5357;
  padding: 10px 15px;
  background: #f5f7f9;
}

.price_list_main table tr:nth-child(2n) td {
  background: #e8ecef;
}

#iframeHeightDiv {
  margin: 0 auto;
  background: #fff;
}

.mfp-wrap .mfp-content #iframeHeightDiv {
  display: block;
}

.mfp-wrap .mfp-content #iframeHeightDiv iframe {
  height: 400px !important;
  width: 500px !important;
}

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/navigate-arrow.png) no-repeat center center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  display: none;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.case_study_inner {
  display: inline-block;
  padding: 25px 0 10px 0;
  width: 100%;
}

.case_study_inner h2 {
  text-align: left;
  margin-bottom: 10px;
}

.case_study_lgo {
  text-align: center;
  padding: 5px 0;
  position: relative;
  top: -60px;
}

.page-node-type-case-study .case_study_lgo {
  top: 0px;
  min-height: 85px;
}

.case_study_lgo img {
  border: 4px solid #e8e6e7;
  border-radius: 100%;
  height: 180px;
  width: 180px;
}

.work_with_lgo {
  text-align: center;
  padding: 5px 0;
  position: relative;
  top: 0px;
}

.work_with_lgo img {
  border: 4px solid #e8e6e7;
  border-radius: 100%;
  height: 180px;
  width: 180px;
}

.case_study_inner strong {
  color: #c6ac01;
}

.case_study_inner strong span {
  color: #c6ac01;
}

.case_study_inner p {
  color: #4E5357;
  clear: left;
}

.feature_resources_page_blk #block-drupal8-zymphonies-theme-content #resource_detail {
  padding: 0;
  margin: 0;
}

#search-form #edit-help-link, #search-form #edit-advanced {
  display: none;
}

body.path-search #block-drupal8-zymphonies-theme-content {
  padding: 30px 0;
}

body.path-search #block-drupal8-zymphonies-theme-content ol {
  margin-left: 0;
  padding-left: 0;
  list-style: decimal inside;
}

body.path-search #block-drupal8-zymphonies-theme-content ol li {
  font-size: 18px;
  margin-bottom: 35px;
  width: 100%;
  font-weight: bold;
}

body.path-search #block-drupal8-zymphonies-theme-content h2 {
  font-weight: bold;
  margin-top: 40px;
  text-transform: capitalize;
  color: #3f474a;
  font-size: 26px;
  margin-bottom: 20px;
}

body.path-search #block-drupal8-zymphonies-theme-content h3 {
  display: inline;
}

body.path-search #block-drupal8-zymphonies-theme-content h3 a {
  font-weight: bold;
  font-size: 18px;
  color: #20558b;
}
body.path-search #block-drupal8-zymphonies-theme-content h3 span {
  font-weight: bold;
  font-size: 18px;
  color: #20558b !important;
}

body.path-search #block-drupal8-zymphonies-theme-content p {
  font-size: 15px;
  margin-bottom: 5px;
  color: #3f474a;
  font-weight: normal;
}

body.path-search #block-drupal8-zymphonies-theme-content p a {
  color: #3f474a;
}

body.path-search #block-drupal8-zymphonies-theme-content #edit-basic label {
  color: #3f474a;
  text-transform: uppercase;
  font-size: 17px;
  float: left;
  width: 100%;
}

body.path-search #block-drupal8-zymphonies-theme-content #edit-basic .form-item {
  display: inline-block;
  width: 205px;
  margin-bottom: 0;
}

body.path-search #block-drupal8-zymphonies-theme-content #edit-keys {
  color: #000;
  font-size: 15px;
  height: 34px;
  width: 100%;
}

body.path-search #block-drupal8-zymphonies-theme-content .js-form-submit {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  height: 34px;
  line-height: 0;
  text-transform: uppercase;
  background: #c6ac01;
  color: #20558b;
  position: relative;
  left: -10px;
}

body.path-search #block-drupal8-zymphonies-theme-content .search-form.search-page-form #edit-basic {
  position: relative;
  padding-top: 30px;
}

body.path-search #block-drupal8-zymphonies-theme-content .search-form.search-page-form #edit-basic::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "Search Page";
  text-transform: capitalize;
  font-weight: bold;
  color: #3f474a;
  font-size: 26px;
}

#block-drupal8-zymphonies-theme-breadcrumbs {
  padding-top: 15px;
}

#block-drupal8-zymphonies-theme-breadcrumbs .breadcrumb {
  border: none;
}

#block-drupal8-zymphonies-theme-breadcrumbs .breadcrumb ul {
  margin-bottom: 0;
}

.views-field.views-field-edit-node {
  position: relative;
  z-index: 99999;
}

.block-views.block-views-blockclients-block-clients .pager {
  margin: 0;
  position: relative;
  top: -30px;
}

.block-views.block-views-blockclients-block-clients .views-view-grid {
  padding-bottom: 0
}

.block-views-blockwho-we-serve-case-study-inner-page-block-case-study .right_col .wwslogo img {
  left: 0;
  position: absolute;
  border-radius: 100%;
  border: 4px solid #e8e6e7;
  height: 168px;
  width: 168px;
}

.block-views-blockwho-we-serve-case-study-inner-page-block-case-study .left_col .description .left_column {
  width: 100%
}

@media only screen and (max-width:1600px) {
  .welcome-banner-text .owl-theme .owl-controls {
    bottom: 45px;
    z-index: 99;
  }
}

@media only screen and (max-width:1366px) {
  .slides .meta h1 {
    font-size: 44px !important;
  }
  .welcome-banner-text {
    overflow: hidden;
  }
  html {
    overflow-x: hidden;
  }
}

@media only screen and (max-width:1200px) {
  .main-header .navbar .menu-base-theme li {
    margin-left: 15px;
  }
  .main-header .navbar .menu-base-theme li a {
    font-size: 14px;
  }
  .slides .meta h1 {
    font-size: 60px;
  }
  .slides .meta h5 {
    font-size: 20px;
  }
  .slides .meta p {
    font-size: 16px;
  }
  .wrap1 {
    width: 100%;
  }
  body .who_we_serve_page .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .who_we_serve_page #block-views-block-what-we-serve-slider-view-block-slider-serve, #block-views-block-who-we-serve-case-study-inner-page-block-case-study {
    margin: 0 auto;
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .region.region-breadcrumb {
    padding: 0;
  }
  .case_study_inner .left_column, .case_study_inner .right_column {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .case_study_inner h2 {
    text-align: left;
  }
  .case_study_cont {
    box-sizing: border-box;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .page-node-type-case-study .case_study_lgo {
    min-height: 0px;
  }
}

@media only screen and (max-width:1024px) {
  .welcome-banner-text .owl-theme .owl-controls {
    position: static;
  }
  .copyright.mobile {
    display: none;
  }
  .copyright {
    display: block;
  }
  .flexslider .slides img {
    margin-left: -50%;
    width: 150%;
    max-width: none;
  }
  .owl-carousel .owl-item {
    overflow: hidden;
  }
  .slides .meta h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 0 40px;
  }
  .paragraph_slide {
    padding: 0 40px;
  }
  .who_we_ser_block .views-row .views-field.views-field-field-logo img {
    height: auto;
  }
  .home_work_with_us_block.work_with_us_block .block_title_txt {
    margin-top: 170px;
  }
  .title_nws a {
    text-transform: none;
    font-size: 27px;
    font-weight: 600;
  }
  .qt_img {
    display: none;
  }
  .description {
    padding-left: 10px !important;
    font-size: 18px;
  }
}

@media only screen and (max-width:991px) {
  .who_we_serve_page #block-views-block-what-we-serve-slider-view-block-slider-serve, #block-views-block-who-we-serve-case-study-inner-page-block-case-study {
    margin: 0 auto;
    max-width: 750px;
  }
  .navbar-header.col-md-3 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
  .main-header .col-md-9 {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
  .main-header .navbar .region-primary-menu {
    width: 100%;
  }
  .main-header nav {
    display: table;
    margin: 0 auto;
  }
  .main-header .navbar .menu-base-theme li:first-child {
    margin-left: 0;
  }
  .left_column {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .right_column {
    width: 100%;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .what-we-do-main {
    padding: 0 20px;
  }
  .center_txt, .center_txt p {
    text-align: center;
  }
  .slides .meta h1 {
    font-size: 38px;
  }
  .slides .meta h5 {
    font-size: 17px;
  }
  .slides .meta p {
    font-size: 14px;
  }
  .btm_bx a {
    font-size: 14px !important;
    line-height: 15px !important;
    display: inline-block;
    padding: 0 5px;
  }
  .btm_bx {
    min-height: 60px !important;
  }
  .welcome-banner-text .owl-theme .owl-controls {
    bottom: 0;
  }
  .who_we_ser_block .views-row, .industry_cert_block .views-row, .who_we_serve_page .views-col {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    padding: 0px;
  }
  .who_we_ser_block .views-row .views-field.views-field-field-logo, .who_we_serve_page .views-col .views-field.views-field-field-logo {
    margin-top: 16px;
  }
  .industry_cert_block .views-col {
    width: 100% !important;
  }
  .leadership_team_block .views-element-container {
    max-width: 100%;
  }
  .leadership_team_block .views-element-container .slides {
    max-width: 100% !important;
  }
  #block-views-block-what-we-do-block-block-1 .icon1 {
    width: 100%;
  }
  #block-views-block-what-we-do-block-block-1 .icon1 h3::after {
    left: 50%;
    margin-left: -30px;
  }
  .contactus_page .region-contact-us-block #block-maincontactusaddress {
    width: 100%;
  }
  .contactus_page .region-contact-us-block .contact-message-form {
    width: 100%;
    float: left;
  }
  .footerwidget .col-md-4 .region .form-actions {
    text-align: left;
  }
  .what_we_do_block .icon1 {
    width: 100%;
  }
  .what_we_do_block .icon1 h3::after {
    left: 50%;
    margin-left: -30px;
  }
  .career_benefit_block {
    background: #ebeeef;
    padding: 0;
  }
  .career_benefit_block .block_title_txt {
    text-align: center;
  }
  .career_benefit_block .left_column {
    margin: 0;
    padding: 40px 0 0;
  }
  .slides .meta h1, .slides .meta h5, .slides .meta p {
    margin-bottom: 10px;
  }
  .slide_btn1, .slide_btn2 {
    margin: 0 20px;
  }
  .case_study_inner h2 {
    text-align: left;
  }
  .who_we_serve_page .views-row {
    padding-bottom: 0;
    padding-top: 0;
  }
  .leadership_team_block .views-element-container .slides .slideItem {
    height: auto !important;
    left: 0 !important;
    opacity: 1 !important;
    overflow: hidden;
    padding: 0 0 10px 0 !important;
    position: static !important;
    right: 100% !important;
    top: 0 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    display: block !important;
  }
  .leadership_team_block .views-element-container .slides {
    width: 100% !important;
    height: auto !important;
  }
  .industry_cert_block h3 {
    text-align: left;
  }
  .rel_client {
    margin: 0 auto;
  }
  .who_we_serve_page .work_with_us_block .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .career_benefit_block.what_we_do_block {
    padding-top: 0;
  }
  .work_with_us_block {
    padding-top: 40px !important;
    background-size: cover;
  }
  .work_with_us_block.home_work_with_us_block {
    padding-top: 90px !important;
  }
  .cont_vehi {
    padding-top: 80px !important;
  }
  .footerwidget .col-md-4 .region {
    max-width: 100%;
    text-align: center;
  }
  .social-media {
    margin-top: 0px;
    margin-bottom: 35px;
    text-align: center;
  }
  .footerwidget h2::before {
    left: 50%;
    margin-left: -20px;
  }
  .footerwidget .block {
    margin-bottom: 35px;
  }
  .social-media a {
    display: inline-block;
    float: none;
  }
  .news-detail-sec h2 {
    text-align: left;
  }
  body .who_we_serve_page .container.cls_mobile_padd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature_resources_page_blk {
    padding: 0;
  }
  .region-career-life-at .right_column p {
    text-align: center;
  }
  .feature_resources_page_blk .region-featured-resource-page-block {
    padding-top: 25px;
  }
  .work_with_us_block #block-workwithusmain {
    max-width: 100%;
    padding-top: 0;
  }
  .copyright.mobile {
    display: none;
  }
  .copyright {
    display: block;
  }
  .teaming .views-view-grid .owl-controls .owl-pagination {
    display: block;
  }
}

@media only screen and (max-width:840px) {
  .leadership_team_block {
    padding-top: 80px;
  }
  .copyright.mobile {
    display: none;
  }
  .copyright {
    display: block;
  }
}

@media only screen and (max-width:768px) {
  .award_block .owl-carousel .owl-item {
    float: left;
  }
  .award_block .owl-carousel img {
    height: auto;
    max-height: 80px;
    width: auto;
    padding: 14px;
  }
}

@media only screen and (max-width:767px) {
  .hero_bg, .who_we_are {
    padding: 0 !important;
  }
  .bg_hd{
    font-size: 16px !important;
  }
  #modal_bx .inner_modal p{
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #modal_bx .close{
    width:23px !important;
  }
  #modal_bx .inner_modal{
    width: 100% !important;
    padding: 5px !important;
  }
  .hero_bg:after, .hero_bg:before, .who_we_are:after, .who_we_are:before {
    content: none !important;
  }
  #services {
    padding-bottom: 30px !important;
  }
  .testi {
    height: 100% !important;
  }
  .flow_list {
    display: inline-block !important;
  }
  .flow_bx {
    width: 49%;
    display: inline-block;
  }
  .services .space50 {
    margin-top: 20px !important;
  }
  .top_header .top_menu {
    width: 90%;
  }
  .top_header .top_menu ul li {
    padding: 0 !important;
  }
  .top_header .top_menu ul li a {
    font-size: 13px !important;
  }
  .menu-base-theme a, .menu-base-theme a:hover, .menu-base-theme a:focus, .menu-base-theme a:active {
    padding-right: 40px !important;
  }
  .story_img {
    float: none !important;
    padding-right: 0 !important;
  }
  .story_img iframe {
    width: 100% !important;
  }
  .who_we_serve_page #block-views-block-what-we-serve-slider-view-block-slider-serve {
    margin: 0 auto;
    max-width: 100%;
  }
  .slides .meta h1, .slides .meta h5, .slides .meta p {
    margin-bottom: 0px;
  }
  body .slides .meta h1 {
    font-size: 25px !important;
    margin-bottom: 24px;
    line-height: 30px;
  }
  .main-header nav {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
  .navbar-header.col-md-3 {
    text-align: left;
    width: 100%;
  }
  .main-header .navbar .menu-base-theme li {
    margin-left: 0;
  }
  .menu-base-theme li a {
    background: none;
  }
  .main-header .navbar .menu-base-theme li a {
    padding: 10px 0;
  }
  .left_col {
    width: 100%;
    margin-bottom: 15px;
  }
  .right_col {
    width: 100%;
    float: left;
  }
  .who_we_serve_page .block form .form-item, .news_page_blk .block form .form-item, .resources_page_blk .block form .form-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .who_we_serve_page .block form .form-item select {
    width: 90%;
  }
  .resources_page_blk .block form .form-actions {
    width: 100%;
    text-align: center;
  }
  .img_resource_detail {
    float: left;
    margin: 30px 30px 30px 0px;
  }
  .contactus_page .region-contact-us-block .contact-message-form .form-wrapper,
  .contactus_page .region-contact-us-block .contact-message-form .form-item {
    width: 100%;
    padding: 0;
  }
  .contactus_page .region-contact-us-block .captcha {
    width: 100%;
    padding: 0;
  }
  .contactus_page .region-contact-us-block .contact-message-form .form-wrapper .form-item, .contactus_page .region-contact-us-block .contact-message-form .form-wrapper .form-actions,
  .contactus_page .region-contact-us-block .contact-message-form .form-item , .contactus_page .region-contact-us-block .contact-message-form .form-item .form-actions {
    margin: 10px 0;
  }
  .work_with_us_block #block-workwithusmain {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .work_with_us_block #block-workwithusmain form {
    margin-top: 15px;
  }
  .our_part .views-row {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .our_part header {
    text-align: center;
  }
  .our_part #block-views-block-teaming-our-partners-block-1.views-element-container, .our_part #block-views-block-solution-partners-block-1.views-element-container {
    width: 100%;
    float: left;
  }
  .what_we_do_block {
    padding-top: 100px;
  }
  .work_with_us_block {
    padding-top: 100px;
  }
  .feature_resources_page_blk #resource_detail {
    padding: 0 15px;
  }
  .feature_resources_page_blk #resource_detail p {
    text-align: left;
  }
  .region-featured-resource-page-block {
    padding-top: 25px;
  }
  .copyright.mobile {
    display: none;
  }
  .copyright {
    display: block;
  }
  .img_resource_detail {
    clear: both;
    float: none;
    margin: 30px 0;
    overflow: hidden;
  }
  #resource_detail p {
    overflow-wrap: break-word;
  }
  .hero_bg_m:before,.hero_bg_m:after{
    content: none !important;
  }
  .cnt_banner{
    padding: 0 !important;
  }
  .flow_bx .btm_bx{
    width: 126px;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width:640px) {
  .slides .meta p {
    display: none;
  }
  .slide_btn1 a, .slide_btn2 a {
    font-size: 14px;
    padding: 8px 16px;
    width: auto;
    min-width: 0;
  }
  .slides .meta h5 {
    font-size: 12px;
  }
  .copyright.mobile {
    display: none;
  }
  .copyright {
    display: block;
  }
  .page-node-type-leadership-team .content_layout img {
    max-width: 100%;
    margin: 15px 0;
  }
  .welcome-banner-text .owl-carousel .owl-wrapper-outer::after, .welcome-banner-text .owl-carousel .owl-wrapper-outer::before {
    display: none
  }
  .home_work_with_us_block.work_with_us_block .block_title_txt {
    margin-top: 20px;
  }
  .home_work_with_us_block.work_with_us_block {
    background: url("../images/work_with_us_bg_mobile.jpg") no-repeat center top;
  }
  #block-quote1-2 .mobile_icon, #block-quote1 .mobile_icon, #block-quote1-4 .mobile_icon {
    margin-left: 0px;
  }
  #block-quote1-2, #block-quote1, #block-quote1-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width:480px) {
  .contactus_page .region-contact-us-block .contact-message-form form {
    padding: 30px 15px;
  }
  .news_page_blk .block form .form-actions, .resources_page_blk .block form .form-actions, .who_we_serve_page .block form .form-actions {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .news_page_blk .block form .form-actions .button, .resources_page_blk .block form .form-actions .button, .who_we_serve_page .block form .form-actions .button {
    width: 90%;
  }
  .copyright.mobile {
    display: none;
  }
  .copyright {
    display: block;
  }
  .feature_resources_page_blk #block-views-block-resources-block-carousel-block-1 .views-row {
    height: auto;
    min-height: 280px;
    padding-bottom: 70px;
  }
  .who_we_ser_block .owl-carousel .owl-wrapper-outer {
    padding-top: 15px;
  }
  .work_with_us_block.home_work_with_us_block {
    padding-top: 150px !important;
  }
  .social-media {
    margin-bottom: 0;
  }
}

@media only screen and (max-width:430px) {
    .n-title {
        display:inline-block;
    }
}

@media only screen and (max-width:320px) {
  body .slides .meta h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .slide_btn1 a, .slide_btn2 a {
    font-size: 12px;
    padding: 8px 12px;
    width: auto;
    min-width: 0;
  }
}

#main-menu li ul li {
  margin-left: 0px !important;
  padding-right: 10px;
}

#main-menu li ul li:hover, #main-menu li ul li a:hover, #main-menu li ul:hover {
  background-color: #fff;
  background: rgba(255, 255, 255, 0.95);
}

#main-menu li ul li a {
  padding-left: 5px;
}

.careers-owl-carousel .owl-controls, .career_slide .owl-carousel .owl-controls {
  display: none !important;
}

/* my css */

.views-search-form .js-form-item {
  display: inline-block;
  width: auto;
  height: 40px;
}

.views-search-form .searchbar {
  height: 40px;
  position: relative;
  top: 2px;
}

.views-search-form .form-actions .button:hover {
  background-color: #20558B;
  color: #fff;
}

.views-search-form .form-actions .button {
  background: #c6ac01;
  border-radius: 3px;
  color: #20558b;
  font-size: 16px;
  padding: 13px 24px;
  vertical-align: middle;
  height: 40px;
  line-height: 12px;
  font-weight: 600;
  border: none;
}

.resource_block {
  margin-top: 50px;
}

.r-title span, .n-title span {
  font-size: 18px;
  display: block;
  margin-top: 5px;
  font-weight: 600;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.n-title span {
  text-transform: none !important;
}

.r_bx {
  margin-bottom: 30px;
  min-height: 375px;
}

.r_img img {
  max-height: 240px;
  min-height: 240px;
}

.btn_front_blue {
  background: #20558b !important;
  color: #fff !important;
}

.btn_front_blue:hover {
  background: #c6ac01 !important;
  color: #fff;
}

.flt_none {
  float: none;
}

.n_detail {
  line-height: 28px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
}

.n-title span {
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-top: 0;
  line-height: 22px;
}

.n_date {
  color: #c6ac01;
  font-size: 20px;
}

.news_bx {
  background: #eef2f3;
  padding: 15px 10px;
  margin-bottom: 25px;
}

.news_block {
  margin-top: 25px;
}

.share {
  background: #ececec;
  border-radius: 5px;
  color: #a3a2a2;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  text-transform: uppercase;
  margin-left: 10px;
}

.share i {
  color: #47d3e7;
}

.all_blog .form-item {
  width: auto;
  text-align: right;
}

.news_page_blk #block-views-block-blog-block-1-2>h2 {
  display: none;
}

.news_page_blk #block-views-block-blog-block-1-2 header {
  padding-top: 40px;
  background: #9fbbd6;
  text-align: center;
  width: 100%;
}

.news_page_blk #block-views-block-blog-block-1-2 header p {
  text-align: center;
  margin: 0;
  color: #4E5357;
}

.news_page_blk #block-views-block-blog-block-1-2 header h2 {
  text-align: center;
  margin-bottom: 15px;
}

.news_page_blk #block-views-block-blog-block-1-2 h2 {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  color: #4E5357;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}

#views-exposed-form-browse-our-news-block-news .js-form-item-field-year-value {
  min-width: 230px;
}

.news_page_blk .block form .form-item {
  text-align: right;
}

.resources_page_blk select {
  border: 1px solid #C7C7C7 !important;
}

.resources_page_blk .searchnewstitle {
  display: block;
}

#edit-field-resources-tag-target-id option[value=1] {
  display: none !important;
}

#views-exposed-form-blog-block-1 .form-item-keys {
  width: 50%;
}

.news_bx_detail {
  margin-bottom: 20px;
  padding: 40px 0;
}

.news_bx_detail .n_img img {
  width: 300px;
  float: left;
  margin-right: 20px;
  height: auto;
  margin-bottom: 20px;
}

#views-exposed-form-resource-block-1 .form-item-keys {
  width: 42%;
  line-height: 36px;
}

.n_img {
  display: inline;
  height: 100%;
  align-items: center;
  min-height: 235px;
}

.n_img img {
  width: 100%;
}

.contract .n_img img {
  height: auto;
}

.leadership-blue {
  color: #c6ac01 !important;
}

em {
  font-style: normal !important;
}

.n_detail p em {
  font-style: italic !important;
}

/** 25-05-2019 **/

/* start css for who we are */

.who_we_are {
  /*background: url(../images/work_wit_us_bg.jpg) no-repeat center top;*/
  background: url(../images/whoweare.jpg) no-repeat center top;
  background-size: cover;
  padding: 120px 0 140px 0;
  position: relative;
}

.d_block {
  display: block !important;
}

.who_we_are:before, .hero_bg:before {
  backface-visibility: initial;
  background: #f7f7f7;
  content: "";
  height: 345px;
  position: absolute;
  left: 0;
  bottom: -315px;
  transform: skewY(12deg);
  width: 100%;
  /* z-index: 99; */
}

.who_we_are:after, .hero_bg:after {
  backface-visibility: initial;
  background: #f7f7f7;
  content: "";
  height: 345px;
  position: absolute;
  right: 0;
  bottom: -315px;
  transform: skewY(-12deg);
  width: 100%;
  /* z-index: 99; */
}

.who_we_are:before,
.who_we_are:after {
  background: transparent !important;
}

.hero_bg_m:before {
  backface-visibility: initial;
  background: #fff;
  content: "";
  height: 345px;
  position: absolute;
  left: 0;
  bottom: -315px;
  transform: skewY(12deg);
  width: 100%;
  /* z-index: 99; */
}

.hero_bg_m:after {
  backface-visibility: initial;
  background: #fff;
  content: "";
  height: 345px;
  position: absolute;
  right: 0;
  bottom: -315px;
  transform: skewY(-12deg);
  width: 100%;
  /* z-index: 99; */
}
.hero_bg_m:before,
.hero_bg_m:after {
  background: transparent !important;
}

.title {
  font-weight: 600;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #4E5357;
}

.our_story {
  padding: 70px 0 30px 0;
}

.our_story p {
  color: #3e474a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.para {
  color: #3e474a;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}

.para2 {
  color: #3e474a;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.t_blue {
  color: #1b5580 !important;
}

.title span {
  color: #bb9d2a;
}

.core_value {
  padding: 20px 0 40px 0;
}

.core_list, .core_list>div {
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}

.core_list .bx {
  text-align: center;
  width: 20%;
  padding: 0 15px;
  margin: 25px 0;
  display: block;
}

.core_list .bx h3 {
  color: #3E474A;
  text-transform: uppercase;
  font-size: 25px;
  /* font-weight: 600; */
}

.core_list .bx img {
  width: auto;
  height: auto;
}

.pad50 {
  padding-top: 60px !important;
}

/*css for feature bx*/

.featre_bx {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.bx_content {
  background: rgba(27, 85, 128, .6);
  padding: 10px 20px;
  height: 65px;
  position: absolute;
  bottom: 0;
  height: 87px;
  width: 100%;
}

.leader_team {
  background: #d2d7db;
  padding: 50px 0;
}

.featre_bx:hover .bx_content {
  width: 100%;
  height: 100% !important;
  z-index: 99;
  bottom: 0;
}

.bx_content .head {
  color: #fff;
  margin: 0;
  font-size: 24px;
  position: relative;
  text-transform: uppercase;
  min-height: 30px;
}

.bx_content .sm_tit {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
}

#slideout {
  position: fixed;
  background: #149fd2;
  top: 20em;
  /* padding: 10px; */
  right: -160px;
  /* right: 100%; */
  width: 200px;
  z-index: 999;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.handle {
  /* float: right; */
  transform: rotate(90deg);
  margin-bottom: 0;
  position: absolute;
  top: 6.4em;
  font-weight: bold;
  right: -4.5em;
  color: #fff;
}

.slideout_inner {
  /* position: relative; */
  top: 0;
  padding: 10px 15px;
  left: -100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slideout_inner i {
  position: absolute;
  color: #fff;
  font-size: 20px;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #1B5585;
}

.featre_bx .text-white {
  margin-bottom: 5px;
  line-height: 20px;
}

a, a:hover, .trans, .trans:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.space50 {
  margin-top: 50px;
}

.space30 {
  margin-top: 30px;
}

.awards {
  background: #fff;
  padding: 60px 0;
}

.path-frontpage .industry_cert_page {
  background: #9fbbd6;
}

.copyright p {
  margin: 0;
  text-align: left;
}

.copyright .container {
  padding: 0;
}

/*css for lifeatelectrosoft*/

.cnt_detail p {
  margin: 0 0 5px 0;
}

.life {
  background: url(../images/life.jpg) no-repeat center top;
  background-size: cover;
  padding: 140px 0 160px 0;
  position: relative;
}

.cnt_banner {
  /* background: url(../images/vehicle.jpg) no-repeat center top; */
  background: url(../images/contract-vehicles.jpg) no-repeat center top;
  background-size: cover;
  padding: 130px 0 140px 0;
  position: relative;
}

.team_banner {
  /* background: url(../images/tteam.png) no-repeat center top; */
  background: url(../images/teamnew.jpg) no-repeat center top;
  background-size: cover;
  padding: 130px 0 140px 0;
  position: relative;
}

.asi_banner {
  background: url(../images/iStock-1296650655.jpg) no-repeat center top;
  background-size: cover;
  padding: 130px 0 140px 0;
  position: relative;
}

.jobs {
  background: url(../images/job.png) no-repeat center top;
  background-size: cover;
  padding: 130px 0 140px 0;
  position: relative;
}
.case_stud{
  background: url(../images/case_banner.jpg) no-repeat center top;
  background-size: cover;
  padding: 130px 0 160px 0;
  position: relative;
}

.industry-awards {
  background: url(../images/breadcum-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 130px 0 140px 0;
  position: relative;
}
.industry-awards:before,
.industry-awards:after{
  background: transparent !important;
}

.jobs:before, .jobs:after, .life:after, .life:before {
  /*background: #fff !important;*/
  background: transparent !important;
}

#services,#case_content {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  z-index: 9;
}

.bx_content {
}

#services .bx_content .head .s_icon {
  position: absolute;
  width: 50px;
  left: -10px;
  top: 0px;
}

#services .bx_content .head, #services .bx_content p {
  padding-left: 50px;
  padding-top: 14px !important;
}

.perks {
  background: #1B5585;
  padding: 30px 0;
}

.perks .bx {
  width: 20%;
}

.perks .bx h3 {
  color: #fff;
}

.perks .core_list {
  align-items: baseline;
}

.p_head {
  font-size: 60px;
  font-weight: 700;
  margin-top: 0;
}

.stand_banner {
  position: relative;
  display: table;
  background: url(../images/testi.jpg) 50% 50%;
  width: 100%;
  height: 135vh;
  padding: 100px 0;
  background-size: cover;
}

.testi {
  top: 50%;
  width: 660px;
  height: 120vh;
  margin: 0 auto;
  /* display: table-cell; */
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.testi .owl-pagination {
  display: none !important;
}

.description {
  color: #3E474A;
  font-size: 26px;
  font-weight: 500;
  padding-left: 11rem;
}

.testi .testimonial {
  position: relative;
  height: 270px;
}

.qt_img {
  position: absolute;
  top: -41px;
  left: 0px;
}

.testi .owl-carousel .owl-wrapper-outer {
  height: 360px !important;
  padding-top: 70px;
}

.test_title {
  position: absolute;
  bottom: -10px;
  right: 10px;
  color: #205583;
  text-transform: uppercase;
  font-weight: 600;
}

.testi .owl-buttons {
  display: block !important;
}

.testi .owl-prev, .testi .owl-next {
  position: absolute;
  top: 45%;
}

.testi .owl-prev {
  left: -10vw;
  font-size: 0 !important;
  background: url(../images/left.png) 100% 100% no-repeat !important;
  width: 50px;
  height: 50px;
  border-radius: 0 !important;
}

.testi .owl-next {
  right: -4.5vw;
  font-size: 0 !important;
  background: url(../images/right.png) 100% 100% no-repeat !important;
  width: 50px;
  height: 50px;
  border-radius: 0 !important;
}

.jb_type {
  padding: 40px 0;
}

.jb_type {
  position: relative;
  z-index: 9;
  display: none;
}

@media(max-width:767px) {
  .core_list {
    display: inline-block;
    text-align: center;
  }
  .core_value {
    padding: 10px 0;
  }
  .core_list .bx {
    width: 47% !important;
    display: inline-block;
    margin: 10px 0;
  }
  .core_list .bx h3 {
    font-size: 16px;
  }
  .bx_content .head {
    font-size: 18px;
  }
  #services .bx_content p {
    padding-top: 25px !important;
    font-size: 16px;
  }
  .testimonial p {
    font-size: 21px !important;
    line-height: 24px;
  }
  .stand_banner {
    padding: 30px 0 10px;
  }
  .testi .owl-next {
    right: -12vw;
  }
  .testi .owl-prev {
    left: -20vw;
  }
  .testi .owl-carousel .owl-wrapper-outer {
    padding-top: 0;
    height: 200px;
  }
  .testi .owl-prev, .testi .owl-next {
    top: 30%;
  }
  .test_title {
    bottom: -25px;
    font-size: 14px;
  }
  .testi .testimonial {
    height: auto !important;
  }
}

@media(max-width:1250px) {
  .stand_banner {
    height: 100%;
    background: #f1f1f1 !important;
  }
  .testi {
    top: 50%;
    width: 70vw;
  }
}

.core_list>div {
  display: contents;
}

.testimonial p {
  color: #3E474A;
  font-size: 26px;
  font-weight: 500;
  padding-left: 0;
  line-height: 29px;
}

.region-life-benefits .views-field-title {
  text-transform: uppercase;
  color: #2873b7;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  width: 90%;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding-bottom: 0px;
}

.region-life-benefits .views-row {
  border-bottom: 1px solid #9fbbd6;
  width: 90%;
  margin-bottom: 8px;
}
#modal_bx.hide{
  display: none !important;
}
.leader_team .para {
  line-height: 28px !important;
}

.services .bx_content p {
  font-size: 18px;
  padding-top: 22px
}

.services .learnmore {
  display: block;
  color: #fff;
  text-decoration: underline;
}

.story_img {
  float: left;
  padding-right: 20px;
}

.top_dropdown {
  display: block;
  z-index: 999;
  min-width: 200px;
}

.top_dropdown li {
  padding: 0 !important;
  border: none !important;
}

.top_dropdown li a {
  color: #3f484a !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  padding: 0 5px 0 !important;
}

.top_dropdown li a:hover {
  color: #20558B !important;
  background: transparent;
}

.top_header #top-menu li:hover .top_dropdown {
  display: block;
}

#block-lifeservice .bx_content {
  /*height: 66px !important;*/
}

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

/* video banner start */
.video-container {
  position: relative;
  overflow: hidden;
  height: 650px;
  width:100%;
  z-index: 0;
}
.video-container:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(black, .2);
  z-index: 1;
}
#myVideo_banner {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.callout {
  position: relative;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 70%;
  margin:auto;
}
.callout .meta h1 {
	font-size: 84px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: sans-serif !important;
	text-shadow: 0 5px 6px #333 !important;
}
.callout .meta {
	color: white;
	display: table-cell;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-family: 'Roboto',sans-serif;
	vertical-align: middle;
}
.callout .meta h1 span {
	color: #c6ac01;
}
/* video banner end */

.content {
  position: absolute;
  bottom: 2px;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.big_num {
  font-size: 30vw;
  font-weight: 600;
  color: #fff;
  float: left;
  width: 52%;
  line-height: 20vw;
  margin-bottom: 0;
  text-shadow: 0 8px 7px #000000;
}

.content .i_text {
  font-size: 5.5vw;
  text-transform: uppercase;
  line-height: 5vw;
  color: #fff;
  position: relative;
  top: 50px;
  text-shadow: 0 8px 7px #000000;
}

@media(min-width:1500px) {
  .big_num {
    position: relative;
    left: -140px;
  }
}

.slide_btn1 a, .slide_btn2 a {
  margin: 5px !important;
}

#block-lifeservice .featre_bx .bx_content {
  height: 66px;
}

.who_we_are .meta h1, .life .meta h1 {
  text-shadow: 0 5px 6px #333;
}

.jobs .meta h1, .welcome-banner-text .meta h1,.team_banner.slides .meta h1,.cnt_banner .slides .meta h1{
  text-shadow: 0 5px 6px #333 !important;
}

.who_we_serve_page .description {
  padding-left: 0 !important;
}

.right_column .node--type-clients img {
  width: 75px;
}

.news_page_blk select {
  -webkit-appearance: none;
  appearance: none;
}

.news_page_blk select::-ms-expand {
  display: none !important;
}

.contract {
  padding-bottom: 50px;
}

.space10 {
  margin-top: 10px;
}

.contract {
  margin-top: 50px;
  position: relative;
  background: #fff;
  -moz-box-shadow: 4px 4px 10px #bfbfbf;
  -webkit-box-shadow: 4px 4px 10px #bfbfbf;
  box-shadow: 0 2px 15px #bfbfbf;
  padding: 20px 25px;
  margin-bottom: 50px;
}

.downloads a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: none;
  text-align: left;
}

.downloads a:hover {
  background: #20558b !important;
  color: #fff !important;
  box-shadow: 0 2px 15px #33333355;
}
.downloads a img{

  padding: 5px;
  margin-right: 8px;
}
.team_banner:before,
.team_banner:after{
  /*background:#fff !important;*/
  background: transparent !important;
}
.asi_banner:before,
.asi_banner:after{
  /*background:#fff !important;*/
  background: transparent !important;
}
.downloads a:hover img{
  background: #fff;
}
.flow_bx:first-child .bg_hd{
  color: #B6982A !important;
}
.flow_bx:nth-child(2) .bg_hd{
  color: #D8B136 !important;
}
.flow_bx:nth-child(3) .bg_hd{
  color: #1B5580 !important;
}
.flow_bx:nth-child(4) .bg_hd{
  color: #256D99 !important;
}
.flow_bx:nth-child(5) .bg_hd{
  color: #3088B5 !important;
}
.flow_bx:nth-child(6) .bg_hd{
  color: #3E474A !important;
}
.flow_bx:nth-child(7) .bg_hd{
  color: #586568 !important;
}

.contract_vehicle_detail span {
  font-weight: normal;
}

#why_team li {
  position: relative;
  padding-left: 63px;
  margin-bottom: 32px;
  line-height: 20px;
}

#why_team li:before {
  content: "";
  background: url(../images/bullet.png);
  display: block;
  width: 50px;
  height: 41px;
  position: absolute;
  left: 0;
  top: -10px;
}

.flow_list {
  display: flex;
  border-top: 1px solid #b2b2b2;
}

.flow_list .flow_bx {
  border-right: 1px solid #b2b2b2;
  position: relative;
}

.flow_list .flow_bx:first-child {
  border-left: 1px solid #b2b2b2;
}
.flow_bx:hover .btm_bx{

}
.flow_bx .btm_bx {
  /*min-height: 100px;*/
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btm_bx a {
  text-align: center;
  font-size: 19px;
  color: #fff;
  line-height: 21px;
  position: relative;
  top: -10px;
  text-transform: uppercase;
  font-weight: 600;
}

.btm_bx a:hover {
  text-decoration: underline;
}

.work_form {
  background: #B6982A;
  padding: 40px 20px;
  margin-top: 80px;
}

.work_form .form-actions {
  text-align: center;
  font-weight: 600;
  display: inline-block;
  min-width: 140px;
}

.work_form form input {
  width: 100%;
  border: none;
}

.work_form form textarea {
  width: 100%;
}

.work_form form input::-webkit-input-placeholder, .work_form form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1B5580;
  text-transform: uppercase;
}

.work_form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1B5580;
  text-transform: uppercase;
}

.work_form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1B5580;
  text-transform: uppercase;
}

.work_form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #1B5580;
  text-transform: uppercase;
}

.flow_bx  img:hover ~ #modal_bx ,.flow_bx  .btm_bx:hover ~ #modal_bx  {
  display: block !important;
}

#modal_bx {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 9999;
}

#modal_bx .inner_modal {
  width: 260px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 5px 29px -16px #333;
}

#modal_bx .close {
  color: #000 !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: normal !important;
  line-height: 41px;
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 0px;
}

.bg_hd {
  color: #B6982A;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;

  text-decoration: underline;
}

.nid_246 .btn_front {
  display: none;
}
.space20{
  margin-top: 20px !important;
}

.work_form form input[type="submit"]{
  width: auto !important;
}

.contract-vehicle-sec .text-center h2 {
  text-transform: uppercase;
}

.form-action-wrapper {
  float: left;
  width: 100%;
  padding: 0 25px;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.ui-dialog-titlebar-close {
  background: url(../images/close.png);
  border: none;
  background-repeat: no-repeat;
  background-size: 10px;
}

.featured_cont h2{
  color: #3e474a;
  font-weight: 900;
  font-size: 36px;
  margin-top: 0;
}

.case_bx{
  background:#f2f6f7;
  padding: 10px;
  margin-top: 30px;
}
.case_bx h3{
  font-weight: 700;
  color: #3e474a;
}
.case_bx p{
  line-height: 18px;
  font-size: 15px;
}

.bx_cnt{
  padding: 0 3px;
}
.case_bx .media{
  display: flex;
  align-items: center;
  min-height: 220px;
  background-size: cover !important;
}
.r_bx .media{
  display: flex;
  align-items: center;
  min-height: 220px;
  background-size: cover !important;
}
.r_bx .media iframe{
  max-height: 242px;
}
.case_bx .media iframe{
  max-height: 220px;
}
/*
body.page-node-4 .welcome-banner-text .owl-carousel .owl-wrapper-outer::before,
body.page-node-4 .welcome-banner-text .owl-carousel .owl-wrapper-outer::after {
    background: #fff !important;
}
body.page-node-607 .welcome-banner-text .owl-carousel .owl-wrapper-outer::before,
body.page-node-607 .welcome-banner-text .owl-carousel .owl-wrapper-outer::after {
    background: #fff !important;
}
body.page-node-type-case-study .welcome-banner-text .owl-carousel .owl-wrapper-outer::before,
body.page-node-type-case-study .welcome-banner-text .owl-carousel .owl-wrapper-outer::after {
    background: #fff !important;
}
*/
body.page-node-4 .who_we_serve_page header {
  background: transparent;
}
body.page-node-4 .who_we_serve_page .block form {
  background: transparent;
}
.case_video iframe {
  width: 100%;
  height: auto;
  min-height: 320px;
}
.case_study_cont.row {
  display: inline-block;
}
.case_image img {
  width: 100%;
  height: auto;
}

.news_page_blk .block form {
  padding-bottom: 40px;
  background: #9fbbd6;
  text-align: center;
}

#views-exposed-form-case-study-list-block-1 .form-item .form-text,
#views-exposed-form-case-study-list-block-1  .form-item .form-select {
  width: 95%;
  padding-left: 10px;
  height: 38px;
}
#views-exposed-form-case-study-list-block-1  #edit-field-service-area-target-id {
  width: 100%;
  padding-left: 10px;
}
#views-exposed-form-case-study-list-block-1 #edit-field-customer-target-id {
  min-width: 160px;
}
#views-exposed-form-case-study-list-block-1 input[type="submit"] {
  padding: 11px 13px;
  height: 38px;
  vertical-align: middle;
  border-radius: 4px;
}
body.page-node-type-case-study .cls_mobile_padd {
  margin-top: 20px;
}

.case_study_cont .case_study_right {
  float: right;
}

/*--------------industry-awards------------*/
.tabs-left {
  border-bottom: none;
  padding-top: 2px;
  border-right: 1px solid #ddd;
}
.tabs-left>li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.pad-80{
  padding: 80px 0;
  1
}
.spl .nav-pills .nav-link.active, .spl .nav-pills .show>.nav-link {
  color: #007bff;
  background-color: transparent;
  font-weight: 700;
  font-size: 22px;
}
.spl .nav-pills .nav-link{
  color: #007bff;
}
.spl .nav-pills .nav-link:hover {
  background: none;
}
.award-box h2{
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0px;
}
.award-box h5{
  font-size: 18px;
  font-weight: 800;
  color: #eebe4c;
  margin-bottom: 20px;
}
.award-box a{
  background: #fff;
  color: #666;
  padding: 8px 10px;
  margin-top: 5px;
  display: inline-block;
}
.award-box a:hover{
  background: #bea02b;
  color: #fff;
}
.blue-bg {
  background: #F2F6F7;
  padding: 15px 0px;
  margin-bottom: 20px;
}
.chaper-banner{
  height: 456px;
  padding: 130px 0 140px 0;
}
.chaper-banner h2{
  color: #FFF;
  text-align: center;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
.golden{
  color: #eebe4c;
}
.custm-border{
  border-right: 1px solid #888;
}
.nav-pills > li {
  float: none !important;
}
#myTabContent > .tab-pane {
  display: block !important;
}
@media (max-width: 991px) {
  .chaper-banner h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .chaper-banner {
    height: auto;
    padding: 39px 0;
  }
  .chaper-banner h2 {
    font-size: 25px;
  }
  .custm-border {
    border-right: none;
    display: block !important;
  }
  .custm-border .nav-item {
    display: inline-block;
    width: 100px;
    float: left !important;
  }
  .pad-80 {
    padding: 40px 0;
  }
  .news_page_blk .views-exposed-form > div {
    text-align: center !important;
  }
}
@media (max-width: 500px) {
  .chaper-banner h2 {
    font-size: 30px;
  }
}
.banner-text-wrapper .meta {
  color: white;

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Roboto',sans-serif;
  vertical-align: middle;
  text-align: center;
}
.media .inline {
  display: inline-block;
  position: relative;
}
.media .inline::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/youtube.png) no-repeat;
  background-position: center;
}
#carouselExampleControls .carousel-item img{
  object-fit: cover;
}
.industry_awards_year {
  font-size: 24px;
  padding-bottom: 10px;
  display: inline-block;
}

.news_page_blk #myTabContentWrp header {
  padding-top: 40px;
  background: #9fbbd6;
  text-align: center;
  width: 100%;
}

.news_page_blk #myTabContentWrp header p {
  text-align: center;
  margin: 0;
  color: #4E5357;
}

.news_page_blk #myTabContentWrp header h2 {
  text-align: center;
  margin-bottom: 15px;
}

.news_page_blk #myTabContentWrp h2 {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  color: #4E5357;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}
.news_page_blk #myTabContentWrp .views-row {
  padding: 24px;
  background: #fff;
}
.news_page_blk #myTabContentWrp .form-select {
  width: 100%;
}
/*--------------industry-awards-end-----------*/
.blog-box .image {
  /*object-fit: contain;*/
  min-height: auto;
}
.blog-box .image {
  min-height: auto;
  height: 256px;
  object-fit: contain;
  background-color: #6490ac;
}

.news_bx_detail a,
.news_bx_detail a:hover {
  text-decoration: underline;
}

.news_block p {
  font-size: 16px !important;
}
.news_bx_detail p,
.news_bx_detail li {
  font-size: 18px !important;
}

/* Certifications */
.certificate_wrapper {
  margin-top: 25px;
}
.certificate_wrapper header {
  padding: 0 25px;
}
.certificate_wrapper header h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 22px;
  text-transform: uppercase;
  color: #20558B;
  font-size: 19px;
}
.cert_bx {
  padding: 15px 10px;
  margin-bottom: 15px;
  background: #eef2f3;
}
.cert_img {
  display: inline;
  height: 100%;
  align-items: center;
  min-height: 235px;
}
.cert_img img {
  width: 100%;
  border-radius: 10px;
}
.cert-title span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-top: 0;
  line-height: 22px;
  text-transform: uppercase;
  color: #20558B;
  font-size: 17px;
}
.cert_detail {
  line-height: 28px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
}

/****************** Testimonial ************************/
/*.client-banner-section{
  max-height: 440px;
  height: 450px;
  background: url('../images/client-benner.png') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}*/

.client-banner-section {
  background: url(../images/client-benner.png) no-repeat center top;
  background-size: cover;
  padding: 214px 0 160px 0;
  position: relative;
}
.client-banner-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #20558b;
  background-color: rgb(32 85 139 / 40%);
  left: 0;
  bottom: 0;
  transform: inherit;
}
.client-banner-section::after {
  background: #fff !important;
  background: transparent !important;
}

/*.client-banner-section::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(32 85 139 / 40%);
}*/
.client-banner-section h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: 44px;
  margin-bottom: 25px;
  text-shadow: 0 5px 6px #333 !important;
  width: 100%;
  z-index: 2;
  font-family: sans-serif !important;
}
.client-titel{
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
  text-shadow: 0px 0px 8px rgb(0 0 0 / 60%), 0px 0px 15px rgb(0 0 0 / 50%);
  width: 100%;
  z-index: 2;
}
.client-banner-section h1 span,.client-titel span{
  color: #c6ac01;
}
.client-titel{
  color: #1b5580;
  text-shadow: none;
}
.orci-content{
  padding: 100px 0;
}
.orci-content p{
  color: #5f5f5f;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
}
.testimonial-content{
  padding: 0 0 100px;
}
.testimonial-content h3{
  margin-bottom: 84px;
}
.card-columns {
  -webkit-column-count: 4 !important;
  -moz-column-count: 4 !important;
  column-count: 4 !important;
  column-gap: 0 !important;
  orphans: 1;
  widows: 1;
}
@media(max-width: 991px)  {
  .card-columns {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
    column-gap: 0 !important;
    orphans: 1;
    widows: 1;
  }
}
@media(max-width: 768px) {
  .client-banner-section {
    padding:13% 0 !important;
  }
}
@media(max-width: 575px)  {
  .card-columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    column-gap: 0 !important;
    orphans: 1;
    widows: 1;
  }
}
.testimonial-content .card{
  border-radius: 0;
  margin: 0 !important;
  position: relative;
}
.testimonial-content .card .card-body{
  padding: 65px 1.25rem 1.25rem ;
}
.testimonial-content .list-group-item{
  background-color: transparent;
  text-align: center;
  margin: 0 15px;
  border: 1px 0 0 0;
  border-style: solid;
  border-color: transparent;
}
.bg-blue{
  background-color: #1b5580 !important;
  color: white;
  position: relative;
}
.bg-yellow{
  background-color: #c6ac01 !important;
  color: #20558b !important;
}

.bg-blue::before{
  background: url('../images/double-quotes-yellow.png') no-repeat !important;
  background-size: cover;
}
.bg-grey{
  background-color: #dedddd !important;
  color: #7f7e7e;
  position: relative;
}
.bg-blue .list-group .list-group-item{
  border-top:2px solid white !important;
  color: #c6ac01 !important;
}
.bg-liteblue{
  background-color: #9fbbd6 !important;
  color: #20558b !important;
}
.bg-white{
  background-color: white !important;
  color:#7f7f7f;
}
.testimonial-content .card::before{
  content: '';
  position: absolute;
  background: url('../images/double-quotes-blue.png') no-repeat;
  background-size: cover !important;
  width: 40px;
  height: 30px;
  left: 18px;
  top: 15px;
}
.testimonial-content .list-group .list-group-item{
  border-top:2px solid #1b5580 !important;
  color: #1b5580;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.bg-blue .list-group .list-group-item{
  border-top:2px solid white !important;
  color: #c6ac01;
}
.testimonial-content .card-body p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

.bx_img img {
  width: 100% !important;
  height: auto;
}
#block-featuredclientstory img {
  width: 100% !important;
  height: auto;
}
#block-homefeaturedclientstory img {
  width: 100% !important;
  height: auto;
}

/*================================================*/
.emp_quote_banner {
  background: url(../images/employee-quotes-banner.jpg) no-repeat center top;
  background-size: cover;
  padding: 201px 0 140px 0;
  position: relative;
}
.common-padding {
  padding: 75px 0;
}
.story-section h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #2d5587;
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
}
.sub-ttl{
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.talk-bubble {
  /*margin: 40px;*/
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 60px !important;
}
.border{
  border: 8px solid #1e1e1e !important;
}
.round{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  min-height: 380px;
  max-height: 380px;
  margin-bottom: 30px;
}
.tri-right.btm-left-in:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}
.tri-right.border.btm-left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #1e1e1e transparent transparent #1e1e1e;
}
.talktext{
  padding: 0px 20px;
  text-align: left;
  line-height: 1.5em;
}

.t-box p{
  font-size: 16px;
  color: #212529;
  font-weight: 500;
  margin-top: -40px;
  margin-bottom: 30px;
}
.t-box span {
  position: relative;
  bottom: 10px;
  font-weight: bold;
  border-top: 2px solid #1b5580 !important;
  color: #1b5580;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.ico-blue{
  position: absolute;
  top: -40px;
  right: -30px;
}
.ico-brown{
  position: absolute;
  top: -40px;
  right: -30px;
}
.ico-blue img, .ico-brown img{
  width: 65px;
  height: auto;
  display: block;
}

.clientstories_banner {
  background: url(../images/client_stories.jpg) no-repeat center top;
  background-size: cover;
  padding: 120px 0 140px 0;
  position: relative;
}
.clientstories_banner::before,
.clientstories_banner::after {
  background: transparent !important;
}


.asi_block {
  margin: 50px 0;
}
.asi_block p,
.asi_block li {
  margin-bottom: 0;
  color: #3f474a;
  font-size: 16px;
  font-family: 'Source Sans Pro',sans-serif;
  line-height: 28px;
}

.asi_block #block-drupal8-zymphonies-theme-content {
  display: none;
}
.service-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.service-container .row {
  margin: 5px 0;
}
.service-container .service-row {
  margin: 20px 0;
  display: inline-block;
}
.service-container h4 {
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #3f474a;
}
.service-container img {
  width: auto;
  height: auto;
}

.service-container .service-rev {
  flex-direction: row-reverse;
}

@media only screen and (max-width:767px) {
  .service-container .service-rev {
    flex-direction: row;
  }
  .service-container img {
    margin-bottom: 20px;
  }
}

.detail-box ul {
    list-style: disc;
  padding: 10px 0 10px 15px;
  color: #5f5f5f;
  font-size: 20px;
  display: flow-root;
  margin-left: 15px;
}

.cient-story-sec .my-popup .modal-body {
    text-align: left;
}
.cient-story-sec .my-popup .modal-body ul {
    list-style: disc;
    margin: 0 0 0 10px;
    padding: 0 0 0 15px;
}
.cient-story-sec .my-popup .modal-body ol {
    list-style: decimal;
    margin: 0 0 0 10px;
    padding: 0 0 0 15px;
}

.social-media a svg {
    width: 12px;
    fill : #20558b;
}

/* what we do new */
.our_story.our_area,
.our_story.our_area p {
  font-size: 18px;
}
.our_story.our_area p {
  margin-bottom: 1.1rem;
}
.our_story.our_area .story_desc ul {
  clear: both;
}
.our_story.our_area .story_img {
  padding: 0 30px 30px 0;
}
.whatwedo_banner {
  background: url(../images/whatwedopage.png) no-repeat center top;
  background-size: cover;
  padding: 120px 0 140px 0;
  position: relative;
}
.whatwedo_banner::before,
.whatwedo_banner::after {
  background: transparent !important;
}
.our_core_area .brown-head {
  background: #bb9d2a;
  color: #fff;
}
.our_core_area .blue-head{
  background: #20558b;
  color: #fff;
}
.our_core_area ul {
  list-style: none;
  display: flex;
  padding: 20px;
  align-items: center;
}
.our_core_area ul li:first-child {
  margin-right: 10px;
}
.our_core_area ul li img {
  min-width: 160px;
  width: 160px;
  max-height: 150px;
}
.our_core_area ul li,
.our_core_area ul li a {
  font-size: 15px;
  color: #000;
}
.our_core_area .blue-head ul li,
.our_core_area .blue-head ul li a {
  font-size: 15px;
  color: #fff;
}
.our_core_area ul li a {
  text-decoration: underline;
  font-weight: bold;
}
.our_core_area ul li h5 {
  font-size: 15px;
  font-weight: 900;
  text-transform: capitalize;
}
.our_core_area ul li .body {
  line-height: 22px;
}
.our_core_area .corebox {
  margin-bottom: 30px;
}


.whatwedo_left {
  background: #eef2f3;
  padding: 10px;
  margin-bottom: 40px;
  display: flex;
}
.whatwedo_right {
  padding: 10px 10px 10px 20px;
  margin-bottom: 40px;
}
.whatwedo_left iframe {
  width: 100%;
}
.whatwedo_left .card-text,
.whatwedo_left p {
  margin-top: 15px;
  margin-bottom: 10px;
  font-style: italic;
  color: #20558B !important;
  font-weight: 600;
  text-align: center;
  line-height: 23px;
}
.whatwedo_left .card-body .d-flex span {
  float: right;
  color: #20558B !important;
  font-weight: 600;
}
.video-field iframe {
    width:100%;
    height:auto;
}

.page-node-type-board-of-advisors .content_layout {
  margin: 15px 0;
}

.page-node-type-board-of-advisors .content_layout img {
  margin: 0 0 15px 15px;
  float: right;
  max-width: 500px;
  height: auto;
}
.board_of_advisors {
  padding: 50px 0;
}

.overlay-blog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(27,85,128,.65);
    overflow: hidden;
    width: 100%;
    height: 40px;
    transition: .5s ease;
}

.blog-box:hover .overlay-blog {
    height: 100%;
}
.overlay-blog .text h5 {
    min-height: 15px;
}

@media only screen and (max-width:1024px) {
    .big_num {
        font-size: 25vw;
    }
}